if (FALSE) { # interactive()
# provided there's a folder called "toy_data" in the root of your project's
# Google Drive folder, and this folder contains "csv" files
cloud_drive_ls("toy_data") |>
filter(type == "csv") |>
cloud_drive_download_bulk()
# clean up
unlink("toy_data", recursive = TRUE)
}
Run the code above in your browser using DataLab