Returns a data frame of all submitted tasks either in full of when providing the di

rs_list_task(task_id, user)

Arguments

task_id

task for which to list the status (if missing all tasks are listed)

user

username used to sign up

Value

returns a data frame with the AppEEARS tasks

Author

Koen Hufkens

Examples


if (FALSE) {
# get a list of datasets
rs_list_task()
}