Basic authentication to ONA with a username and password
Source:R/ona_authentication.R
ona_auth_password.Rd
Basic authentication to ONA with a username and password
Usage
ona_auth_password(username, password = askpass::askpass())
Arguments
- username
ONA username.
- password
ONA password. Default is an interactive input of password.
Examples
ona_auth_password(username = Sys.getenv("ONA_USERNAME"),
password = Sys.getenv("ONA_PASSWORD"))