task_ls | R Documentation |
Get all the tasks which are currently scheduled at the Windows task scheduler.
task_ls(taskname = NULL, wildcard = FALSE, encoding = "UTF-8", ...)
taskname |
a character string with the name of the task. Defaults to the filename. Should not contain any spaces. |
wildcard |
boolean, whether use regexpr to match task? |
encoding |
encoding of the CSV which schtasks.exe generates. Defaults to UTF-8. |
... |
optional arguments passed on to |
a data.frame with scheduled tasks as returned by schtasks /Query for which the Taskname or second column in the dataset the preceding \ is removed
## Not run: d <- task_ls() d ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.