View source: R/cloud_download_upload.R
upload_to_aws | R Documentation |
Authenticated Upload to s3 You must authenticate s3 for this working session to use this function. Also, the aws.s3 package is required on your machine and is NOT a hyAggregate dependency.
upload_to_aws( path, bucket = "formulations-dev", prefix = "hf_1.0", verbose = TRUE )
path |
a path to a file or directory |
bucket |
the s3 bucket to upload to |
prefix |
an optional file object prefix (think of sub directory) |
verbose |
should messages be emitted? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.