set_username {icesConnect} | R Documentation |
Set the ICES user or logon name that will be used for requests
set_username(username)
username |
the ices username you use to login to SharePoint for example. |
To set this permanently, add the line:
options(ices.username = "your ices user name")
to your '.Rprofile' file, see, usually '~/.Rprofile', see
Startup
for more information.
invisible value: the previous username that was set
set_username("myusername")