faasr: faasr

View source: R/faasr_client_tools.R

faasrR 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")
}

FaaSr documentation built on April 11, 2025, 5:51 p.m.