faasr {FaaSr} | R Documentation |
faasr
Description
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"
Usage
faasr(json_path = NULL, env_path = NULL)
Arguments
json_path |
a string for the json path |
env_path |
a string for the env(credentials) path |
Value
svc; a set of data consisting of functions and data
Examples
if (interactive()){
test <- faasr(json_path="json_path.json", env_path="env_path")
}
[Package FaaSr version 1.3.0 Index]