if (FALSE) { # interactive()
# provided there's a folder called "data" in the root of the project's main
# Google Drive folder, and it contains csv files
data_lst <-
cloud_drive_ls("data") |>
filter(type == "csv") |>
cloud_drive_read_bulk()
}
Run the code above in your browser using DataLab