View source: R/taskscheduleR.R
taskscheduler_delete | R Documentation |
Delete a specific task which was scheduled in the Windows task scheduler.
taskscheduler_delete(taskname)
taskname |
the name of the task to delete. See the example. |
the system call to schtasks /Delete
## Not run:
x <- taskscheduler_ls()
x
# The field TaskName might have been different on Windows with non-english language locale
task <- x$TaskName[1]
taskscheduler_delete(taskname = task)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.