View source: R/connect_awss3.R
load_s3_files | R Documentation |
Load csv, tsv, or xlsx files stored in an aws s3 path
load_s3_files(s3_path = "s3://my_bucket/directory/", file_format = "csv")
s3_path |
aws s3 path as a string |
file_format |
file format as a string, either csv, tsv, or xlsx |
a list of dataframes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.