rs_bundle {appeears} | R Documentation |
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)
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(s)
Koen Hufkens
Examples
## Not run:
# get a list of datasets
rs_bundle(
user = "your_user_name",
task_id = "a_task_id"
)
## End(Not run)
[Package appeears version 1.1 Index]