rs_delete | R Documentation |
Removes a task from the queue and or buffer
rs_delete(task_id, user, purge = FALSE)
task_id |
AppEEARS task id |
user |
username used to sign up |
purge |
if TRUE, remove all previously finished tasks from the task list (default = FALSE) |
returns the content of the API call
Koen Hufkens
## Not run:
# delete a single task
rs_delete(
user = "your_user_name",
task_id = "a_task_id"
)
# delete all finished or crashed
# jobs (if not deleted previously)
rs_delete(
user = "your_user_name",
purge = TRUE
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.