Returns a data frame of all data ready for download as one bundle

rs_bundle(task_id, user)

Arguments

task_id

task id for which to return the file download bundle

user

username used to sign up

Value

returns a nested list of files to download

Author

Koen Hufkens

Examples


if (FALSE) {
# get a list of datasets
rs_bundle(
user = "your_user_name",
task_id = "a_task_id"
)
}