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