View source: R/faasr_client_tools.R
faasr_get_log_df | R Documentation |
returns a data frame with FaaSr logs stored in S3 This function queries and aggregates FaaSr log information configured with the user's S3 bucket This can be useful in debugging by helping the user identify and download a particular log
faasr_get_log_df()
this function returns nothing
if (interactive()){
test <- faasr("test.json", "env")
test$faasr_get_log_df()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.