Learn R Programming

flyio (version 0.1.4)

flyio_get_dir: Get global bucket name for flyio

Description

Get global directory where flyio functions will download intermidiate files

Usage

flyio_get_dir()

Arguments

Value

the string - directory name

Details

if the directory is not set using flyio_set_dir(), it will return the paste0(tempdir(),"/flyio")

Examples

Run this code
# NOT RUN {
flyio_get_dir()
# }

Run the code above in your browser using DataLab