get_credentials | R Documentation |
Generate a credentials object to pass to this package's functions in order to authenticate to the API. If either the username or password are not specified, they will be asked interactively.
get_credentials(hub_url, username = NULL, password = NULL)
hub_url |
The URL of the hub to authenticate to. Must end with a forward slash. |
username |
Optional. The username to authenticate with. |
password |
Opional. The password to authenticate with. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.