# NOT RUN {
# List files locally
list_files(path = tempdir(), data_source = "local")
# }
# NOT RUN {
# List files on S3
flyio_set_datasource("s3")
flyio_set_bucket("your-bucket-name")
list_files(path = "tests/", pattern = ".*csv")
# }
Run the code above in your browser using DataLab