Returns a data frame of all data ready for download as one bundle
rs_bundle(task_id, user)
task id for which to return the file download bundle
username used to sign up
returns a nested list of files to download
if (FALSE) {
# get a list of datasets
rs_bundle(
user = "your_user_name",
task_id = "a_task_id"
)
}