powered by
Delete a specific task which was scheduled in the Windows task scheduler.
taskscheduler_delete(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) # }
Run the code above in your browser using DataLab