flyio_get_datasource: Get global data source name for flyio

Description Usage Value Examples

View source: R/flyio_datasource.R

Description

Get global data source name to be used for all the functions in flyio. Returns the value stored using flyio_set_datasource

Usage

1

Value

the string - data source name stored

Examples

1
2
3
4
# first setting the data source
flyio_set_datasource("s3")
# getting the data source
flyio_get_datasource()

flyio documentation built on Oct. 31, 2019, 4:59 p.m.