powered by
Set global bucket name to be used for all the functions in flyio
flyio_set_bucket(bucket, data_source = flyio_get_datasource())
the bucket name to be set
the data source used for I/O. Default chooses the data source set using flyio_set_datasource()
stores the bucket name in a global environment under flyioBucketGcs or flyioBucketS3
# NOT RUN { flyio_set_bucket(bucket = "your-bucket-name", data_source = "S3") # }
Run the code above in your browser using DataLab