powered by
Delete a specific task which was scheduled in the Windows task scheduler.
taskscheduler_delete(taskname)
the system call to schtasks /Delete
the name of the task to delete. See the example.
if (FALSE) { 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) }
Run the code above in your browser using DataLab