set_credentials | R Documentation |
Stores server access credentials for later use. For the current session, credentials are accessible in environment variables. For future sessions, credentials are stored in the .Renviron and loaded upon startup. While functions in this package automatically load the credential set in this way, the credentials can also be accessed via the Sys.getenv
function and using the credential name SUSO_SERVER (server address), SUSO_USER (API user name), SUSO_PASSWORD (API user password)
set_credentials(server, workspace, user, password)
server |
Character. Full server web address (e.g., |
workspace |
Character. Workspace name. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
Environment variables SUSO_SERVER
, SUSO_WORKSPACE
, SUSO_USER
, SUSO_PASSWORD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.