list_objects_s3: List objects in an S3 bucket

View source: R/s3.R

list_objects_s3R Documentation

List objects in an S3 bucket

Description

List objects in an S3 bucket

Usage

list_objects_s3(bucket = get_env_var_aws_bucket(), date = "latest")

Arguments

bucket

The name of the S3 bucket.

date

The date to filter the objects on.

Examples

## Not run: 
list_objects_s3() %>%
  head()

## End(Not run)

datacamp/dcdcr documentation built on Jan. 29, 2024, 2:47 p.m.