s3_path_join | R Documentation |
Construct an s3 uri path from path vector
s3_path_join(path)
path |
(character): A character vector of one or more paths |
character vector of s3 uri paths
## Not run:
# Require AWS S3 credentials
s3_path_dir(c("s3://my_bucket1/hi.txt", "s3://my_bucket/bye.txt"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.