| .s3_upload_dir | R Documentation |
Recursively uploads all files in a directory to S3.
.s3_upload_dir(dir, dest, s3_config, pattern = NULL)
dir |
Character. Local directory path to upload. |
dest |
Character. Destination prefix in S3 bucket. |
s3_config |
List. S3 configuration from .resolve_s3_connection(). |
pattern |
Character or NULL. Optional file pattern filter. |
Character vector. S3 URIs of uploaded files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.