View source: R/faasr_run_user_function.R
faasr_run_user_function | R Documentation |
Run user functions and leave the state information
faasr_run_user_function(.faasr)
.faasr |
list with parsed and validated Payload |
return nothing / executes the given user function
# This function can be run only in the container
if (interactive()){
faasr_run_user_function(.faasr)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.