powered by
Get all the tasks which are currently scheduled at the Windows task scheduler.
taskscheduler_ls(...)
optional arguments passed on to fread in order to read in the CSV file which schtasks generates
fread
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 { x <- taskscheduler_ls() x # }
Run the code above in your browser using DataLab