rs_bundle | R Documentation |
Returns a data frame of all data ready for download as one bundle
rs_bundle(task_id, user)
task_id |
task id for which to return the file download bundle |
user |
username used to sign up |
returns a nested list of files to download
Koen Hufkens
## Not run:
# get a list of datasets
rs_bundle(
user = "your_user_name",
task_id = "a_task_id"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.