if (FALSE) { # interactive()
# provided there's a folder called "data" in the root of the project's main
# S3 folder, and it contains csv files
data_lst <-
cloud_s3_ls("data") |>
filter(type == "csv") |>
cloud_s3_read_bulk()
}
Run the code above in your browser using DataLab