Learn R Programming

flyio (version 0.1.4)

flyio_get_datasource: Get global data source name for flyio

Description

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

Usage

flyio_get_datasource()

Arguments

Value

the string - data source name stored

Examples

Run this code
# NOT RUN {
# first setting the data source
flyio_set_datasource("s3")
# getting the data source
flyio_get_datasource()
# }

Run the code above in your browser using DataLab