login {consibiocloudclient} | R Documentation |
Use username to login to the Consibio API. Password will be requested interactively, now and once the token expires. It sets the default username for authenticated requests.
login(username = NULL)
username |
A character string representing the username. |
A character string representing the logged-in username.
## Not run:
login("bob@helloworld.com")
## End(Not run)