rp_getAccToken | R Documentation |
Get New Access/Bearer Token From Secret Key
rp_getAccToken(exp_in_mins)
exp_in_mins |
= (int) The number of minutes that the bearer token will be valid for. |
Update Bearer Token from secret key & returns working environment
and saves updated tokens in 'rp_tokens.rds'
## Not run:
# Request New Bearer Token that expires in 120 minutes
rp_getAccToken(exp_in_mins=120)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.