set_username {icesConnect} | R Documentation |
Set your ICES username
Description
Set the ICES user or logon name that will be used for requests
Usage
set_username(username)
Arguments
username |
the ices username you use to login to SharePoint for example. |
Details
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.
Value
invisible value: the previous username that was set
See Also
Examples
set_username("myusername")
[Package icesConnect version 1.0.0 Index]