tasks | R Documentation |
List Tasks
tasks(account = NULL, server = NULL)
account , server |
Uniquely identify a remote server with either your
user Use |
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.
taskLog()
## Not run:
# list tasks for the default account
tasks()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.