login {solvebio} | R Documentation |
Store and verify your SolveBio credentials.
login(api_key, api_host, env = solvebio:::.solveEnv)
api_key |
Your SolveBio API key |
api_host |
SolveBio API host (default: https://api.solvebio.com) |
env |
(optional) The R environment used to store API credentials. |
## Not run:
login()
## End(Not run)