list_objects_s3 | R Documentation |
List objects in an S3 bucket
list_objects_s3(bucket = get_env_var_aws_bucket(), date = "latest")
bucket |
The name of the S3 bucket. |
date |
The date to filter the objects on. |
## Not run:
list_objects_s3() %>%
head()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.