List Tasks
tasks(account = NULL, server = NULL)
Uniquely identify a remote server with either your
user account
, the server
name, or both. If neither are supplied, and
there are multiple options, you'll be prompted to pick one.
Use accounts()
to see the full list of available options.
Returns a data frame with the following columns:
id | Task id |
action | Task action |
status | Current task status |
created_time | Task creation time |
finished_time | Task finished time |
This function works only with shinyapps.io and posit.cloud.
if (FALSE) { # \dontrun{
# list tasks for the default account
tasks()
} # }