faasr_delete_log_date {FaaSr}R Documentation

faasr_delete_log_date

Description

deletes all FaaSr logs of a given date This function deleted all FaaSr log files in a given date from the user's S3 FaaSrLog bucket

Usage

faasr_delete_log_date(target_date)

Arguments

target_date

the date (yyyy-mm-dd) of the log data

Value

nothing is returned

Examples

if (interactive()){
test <- faasr("test.json", "env")
logs <- test$faasr_delete_log_date('2024-06-05')
}


[Package FaaSr version 1.3.0 Index]