View source: R/get_credentials.R
get_credentials | R Documentation |
A helper function to prompt a user for their GLIS username and password, if the global variables GLIS_USER and GLIS_PASSWORD are not found. The default function uses the rstudioapi which provides pop-up to enter credentials so that usernames and passwords are not saved, and passwords are not visible. If the users is not using Rstudio, the default readline interface is used. Depending on the R client, the password characters may not be obscured when the readlines function is called.
get_credentials()
Users can by-pass the prompts by setting up global variable for their account. These values will be used preferentially if they exists.
named list
Adam Cottrill adam.cottrill@ontario.ca
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.