obm_auth | R Documentation |
This function allows you to connect to and OBM server.
obm_auth(
username = "",
password = "",
scope = OBM$scope,
client_id = OBM$client_id,
url = OBM$token_url,
verbose = F,
paranoid = T
)
username |
Your OBM username (email) |
password |
Your password |
scope |
vector for OAuth2 scopes |
client_id |
Default is R |
url |
OAuth2 token url obm_init() provide it |
verbose |
print some messages |
paranoid |
hide password while typing (on Linux) |
obm_auth()
token <- obm_auth('foo@google.com','abc123')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.