View source: R/save_credentials.R
| save_credentials | R Documentation |
save_credentials saves a set of database credentials using the keyring package.
save_credentials(db, user, password)
db |
database name, either 'nrw', 'regio', 'de' or 'bm'. |
user |
your user name. |
password |
your password. |
User/password are stored in Keychain on macOS, Credential Store on Windows or Secret Service API on Linux. If a user/password pair for a database already exists, it is silently replaced with the new pair.
wiesbaden, keyring
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.