powered by
Get global data source name to be used for all the functions in flyio. Returns the value stored using flyio_set_datasource
flyio_get_datasource()
the string - data source name stored
# 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