rtypeform_set_scope | R Documentation |
Define access scopes for an application. See https://www.typeform.com/developers/get-started/scopes/ for more information on what scopes are allowed and their permissions.
Set option for rtypeform client id, secret
rtypeform_set_scope(scopes = NULL)
rtypeform_set_client_id(id = NULL)
rtypeform_set_client_secret(secret = NULL)
rtypeform_set_token(token)
scopes |
A character vector of scopes |
id |
A client id from a typeform registered application |
secret |
A client secret from a typeform registered application |
token |
Either a string of a personal access token,
or an OAuth token returned by |
rtypeform_set_scope(scopes = c("forms:read"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.