getSession | R Documentation |
Gets or creates a session.
getSession( location = NULL, apikey = NULL, apisecret = NULL, token = NULL, profile = "default", config = .defaultConfigFilepath, reset = FALSE )
location |
Location of the remote API base endpoint. |
apikey |
API Key. |
apisecret |
API Secret. |
token |
Authentication token. |
profile |
Profile name. |
config |
Configuration file path. |
reset |
Indicates if we are resetting the session first. |
Existing or new session.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.