# NOT RUN {
# Check with data source local
file_exists(path = "tests/mtcars.csv", data_source = "local")
# }
# NOT RUN {
# Check with data source GCS
flyio_set_datasource("gcs")
flyio_set_bucket("your-bucket-name")
file_exists(path = "tests/mtcars.csv")
# }
Run the code above in your browser using DataLab