get_s3_data | R Documentation |
Fetches the indicated DAA data set from S3, applies appropriate naming, and returns as a dataframe. If no S3 Bucket is provided but a cache_folder is, then will attempt to retrieve a cache file. If no cache_folder is provided, then will not check for an existing cache and will not save a copy of the retrieved datset to a new or updated cache file.
get_s3_data(
aws_s3_bucket = Sys.getenv("AWS_S3_BUCKET"),
dataset_name = NULL,
cache_folder = NULL
)
aws_s3_bucket |
The URL for the particular bucket being accessed. |
dataset_name |
The name of the dataset to be returned from S3. |
data A dataframe of the indicated data set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.