login | R Documentation |
Logs in to the DB server using a username and password. If credentials are not provided, a pop-up window will prompt the user. This function wraps around all 'login_*' functions and accepts additional parameters via '...'
login(username = NULL, password = NULL, ...)
username |
The username (optional, default is NULL). |
password |
The password (optional, default is NULL). |
... |
Additional arguments passed to |
No return value. The access token is stored internally for future use.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
login_oauth2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.