Learn R Programming

FaaSr (version 1.4.4)

faasr_run_user_function: faasr_run_user_function

Description

Run user functions and leave the state information

Usage

faasr_run_user_function(.faasr)

Value

return nothing / executes the given user function

Arguments

.faasr

list with parsed and validated Payload

Examples

Run this code
# This function can be run only in the container
if (interactive()){
faasr_run_user_function(.faasr)
}

Run the code above in your browser using DataLab