View source: R/faasr_client_tools.R
faasr_delete_log | R Documentation |
deletes a FaaSr log file stored in S3 This function deleted a specific FaaSr log file from the user's S3 FaaSrLog bucket
faasr_delete_log(uuid)
uuid |
the UUID of the log to retrieve |
nothing is returned
if (interactive()){
test <- faasr("test.json", "env")
logs <- test$faasr_delete_log('SOME-UUID')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.