Learn R Programming

flyio (version 0.1.4)

flyio_set_bucket: Set global bucket name for flyio

Description

Set global bucket name to be used for all the functions in flyio

Usage

flyio_set_bucket(bucket, data_source = flyio_get_datasource())

Arguments

bucket

the bucket name to be set

data_source

the data source used for I/O. Default chooses the data source set using flyio_set_datasource()

Value

stores the bucket name in a global environment under flyioBucketGcs or flyioBucketS3

Examples

Run this code
# NOT RUN {
flyio_set_bucket(bucket = "your-bucket-name", data_source = "S3")
# }

Run the code above in your browser using DataLab