Learn R Programming

appeears (version 1.2)

rs_bundle: AppEEARS list of bundled files to download

Description

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

Usage

rs_bundle(task_id, user)

Value

returns a nested list of files to download

Arguments

task_id

task id for which to return the file download bundle

user

username used to sign up

Author

Koen Hufkens

Examples

Run this code

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

Run the code above in your browser using DataLab