Description Usage Arguments Examples
This function allows you to access credentials stored in a csv file of your chosing. The benefit is that you can store your credentials in a separate location from your code. The function returns a dataframe if successful, or FALSE if not.
| 1 2 | getcredentials(system = NA, filepathname = "~/credentials/credentials.csv",
  quiet = FALSE)
 | 
| system | Name of the desired system for which you'd like to retrieve the credentials. No default. | 
| filepathname | Concatenated file and path name to the CSV. Defaults to "~/credentials/credentials.csv" | 
| quiet | If TRUE suppresses output from this function. Defaults to FALSE. | 
| 1 | getcredentials(system="masterdatabase", filepathname="C:/lockbox/passwords.txt")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.