delete | R Documentation |
s3_file_delete
delete files in AWS S3
s3_dir_delete
delete directories in AWS S3 recursively.
s3_file_delete(path, ...)
s3_dir_delete(path)
path |
(character): A character vector of paths or s3 uris. |
... |
parameters to be passed to |
character vector of s3 uri paths
## Not run:
# Require AWS S3 credentials
temp_file = s3_file_temp(tmp_dir= "MyBucket")
s3_file_create(temp_file)
s3_file_delete(temp_file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.