powered by
Set global directory where flyio functions will download intermidiate files
flyio_set_dir(dir = paste0(tempdir(), "/flyio", Sys.getpid()))
the directory to store intermediate files
stores the directory in a global environment under CLOUD_DIR
# NOT RUN { flyio_set_dir(dir = tempdir()) # }
Run the code above in your browser using DataLab