faasr_get_log_df: faasr_get_log_df

View source: R/faasr_client_tools.R

faasr_get_log_dfR Documentation

faasr_get_log_df

Description

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

Usage

faasr_get_log_df()

Value

this function returns nothing

Examples

if (interactive()){
test <- faasr("test.json", "env")
test$faasr_get_log_df()
}

FaaSr documentation built on June 22, 2024, 9:38 a.m.