powered by
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)
svc; a set of data consisting of functions and data
a string for the json path
a string for the env(credentials) path
if (interactive()){ test <- faasr(json_path="json_path.json", env_path="env_path") }
Run the code above in your browser using DataLab