Learn R Programming

flyio (version 0.1.4)

flyio_set_dir: Set global directory for flyio to store data

Description

Set global directory where flyio functions will download intermidiate files

Usage

flyio_set_dir(dir = paste0(tempdir(), "/flyio", Sys.getpid()))

Arguments

dir

the directory to store intermediate files

Value

stores the directory in a global environment under CLOUD_DIR

Examples

Run this code
# NOT RUN {
flyio_set_dir(dir = tempdir())
# }

Run the code above in your browser using DataLab