s3_stash | R Documentation |
Object for representing an AWS S3 file or directory
s3_stash(bucket, path = "", time.stamp = "auto", uuid = "auto",
extension = "auto", compression = "auto", base.file = NULL,
is.file = FALSE, access.key.id = NULL, secret.access.key = NULL,
region = NULL, url.style = "virtual-hosted", ..., simplify = TRUE)
bucket |
AWS S3 bucket |
path |
A "file path" to a AWS S3 directory or file. S3 doesn't technically have folders/directories, but the object keys can be interpreted that way. |
url.style |
'virtual-hosted' or 'path'. see: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html Not really important for rstash operations, but may be useful for other APIs |
A s3_stash object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.