View source: R/taskscheduleR.R
taskscheduler_ls | R Documentation |
Get all the tasks which are currently scheduled at the Windows task scheduler.
taskscheduler_ls(encoding = "UTF-8", ...)
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
x <- taskscheduler_ls()
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.