clear_username {icesConnect} | R Documentation |
get_username
Description
Get your ICES username from the options.
Set the ICES user or logon name that will be used for requests
Usage
clear_username()
get_username()
set_username(username)
Arguments
username |
the ices username you use to login to SharePoint for example. |
Value
character scalar, the username
invisible value: the previous username that was set
Examples
## Not run:
get_username()
## End(Not run)
## Not run:
set_username("myusername")
## End(Not run)
[Package icesConnect version 1.1.4 Index]