flyio_set_bucket: Set global bucket name for flyio

Description Usage Arguments Value Examples

View source: R/flyio_bucket.R

Description

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

Usage

1
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

1
flyio_set_bucket(bucket = "your-bucket-name", data_source = "S3")

socialcopsdev/flyio documentation built on Feb. 15, 2020, 11:15 p.m.