View source: R/faasr_client_tools.R
faasr_delete_log_date | R Documentation |
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
faasr_delete_log_date(target_date)
target_date |
the date (yyyy-mm-dd) of the log data |
nothing is returned
if (interactive()){
test <- faasr("test.json", "env")
logs <- test$faasr_delete_log_date('2024-06-05')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.