if (FALSE) { # interactive()
# downloads toy_data/demo.csv from project's Google Drive folder
# (provided it exists) and saves it to local 'toy_data' folder
cloud_drive_download("toy_data/demo.csv")
# clean up
unlink("toy_data", recursive = TRUE)
}
Run the code above in your browser using DataLab