View source: R/faasr_client_tools.R
faasr | R Documentation |
FaaSr library client-side main function It's generating the instance for the user Users can use the functions with the instance generated by "faasr"
faasr(json_path = NULL, env_path = NULL)
json_path |
a string for the json path |
env_path |
a string for the env(credentials) path |
svc; a set of data consisting of functions and data
if (interactive()){
test <- faasr(json_path="json_path.json", env_path="env_path")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.