View source: R/ona_authentication.R
ona_auth_password | R Documentation |
Basic authentication to ONA with a username and password
ona_auth_password(username, password = askpass::askpass())
username |
ONA username. |
password |
ONA password. Default is an interactive input of password. |
System environment variables for ONA_USERNAME and ONA_PASSWORD
ona_auth_password(username = Sys.getenv("ONA_USERNAME"),
password = Sys.getenv("ONA_PASSWORD"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.