Learn R Programming

flyio (version 0.1.4)

flyio_set_datasource: Set global data source name for flyio

Description

Set global data source name to be used for all the function in flyio

Usage

flyio_set_datasource(data_source)

Arguments

data_source

the DataSource name to be set

Value

stores the data source name in a global environment under flyioDataSource

Examples

Run this code
# NOT RUN {
flyio_set_datasource("local")
# }

Run the code above in your browser using DataLab