get_credentials | R Documentation |
On Mac and Unix, credentials are stored in keyring (can be forced on Windows with forcekeyring=F)
get_credentials(
server = NULL,
reset = F,
urlencode = F,
forcekeyring = F,
domain = T
)
server |
server name (or any other identifier string that identifies username–password pair |
reset |
whether to reset credentials should they be already recorded in the registry |
urlencode |
URL-encode the password |
forcekeyring |
force keyring credential storage on Windows (on Mac and Unix keyring is used by default) |
domain |
require username to have a domain prefix ("domain\username") |
On Windows, ODBC Data Source Administrator is called (no credentials are explicitly retrieved – list with NULL entries is returned
list(uid="myusername", pwd="password") # on Mac / Unix and list(uid=NULL, pwd=NULL) # on Windows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.