check_credentials | R Documentation |
Shows server credentials saved in environment variables and .Renviron.
check_credentials(
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD"),
verbose = FALSE
)
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose users to get. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
verbose |
Logical. If |
If verbose = FALSE
(default), side-effect of message printed to the console. If verbose = TRUE
, logical: TRUE
if credentials valid; FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.