Log In To Databrary.org.
Usage
login_db(
email = NULL,
password = NULL,
store = FALSE,
overwrite = FALSE,
vb = options::opt("vb"),
SERVICE = KEYRING_SERVICE,
rq = NULL
)
Arguments
Databrary account email address.
- password
Databrary password (not recommended as it will displayed as you type)
- store
A boolean value. If TRUE store/retrieve credentials from the system keyring/keychain.
- overwrite
A boolean value. If TRUE and store is TRUE, overwrite/ update stored credentials in keyring/keychain.
- vb
Show verbose messages. (Defaults to
FALSE
, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')- SERVICE
A character label for stored credentials in the keyring. Default is "databrary"
- rq
An
http
request object. Defaults to NULL.