Learn R Programming

FaaSr (version 1.4.4)

faasr: 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)

Value

svc; a set of data consisting of functions and data

Arguments

json_path

a string for the json path

env_path

a string for the env(credentials) path

Examples

Run this code
if (interactive()){
test <- faasr(json_path="json_path.json", env_path="env_path")
}

Run the code above in your browser using DataLab