s3_path_split | R Documentation |
Split s3 uri path to core components bucket, key and version id
s3_path_split(path)
path |
(character): A character vector of one or more paths or s3 uri |
list character vectors splitting the s3 uri path in "Bucket", "Key" and "VersionId"
## Not run:
# Require AWS S3 credentials
s3_path_dir("s3://my_bucket1/hi.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.