View source: R/get_access_token.R
get_access_token | R Documentation |
Gets access token from the api that will be used for modeling and update.
get_access_token(
config_file = paste0(system.file(package = "faas4i"), "/config.json")
)
config_file |
set the user email. |
auth0 token
toJSON, fromJSON
## Not run:
if(interactive()){
## EXAMPLE - Downloading project files from an example
my_token <- faas4i::get_access_token()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.