faasr_delete_log_date: faasr_delete_log_date

View source: R/faasr_client_tools.R

faasr_delete_log_dateR 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')
}


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