R/pkg.R

#' @title Schedule R Scripts/Processes with the Windows Task Scheduler
#' @description Schedule R scripts/processes with the Windows task scheduler. This allows R users to automate R processes on specific timepoints from R itself.
#' The package is basically a wrapper around the Schtasks.exe functionality. 
#' More information about schtasks can be found at https://msdn.microsoft.com/en-us/library/windows/desktop/bb736357%28v=vs.85%29.aspx
#' or at the doc folder inside this package.
#' 
#' @name taskscheduleR-package 
#' @aliases taskscheduleR taskscheduleR-package
#' @docType package 
#' @importFrom data.table setDF fread
#' @importFrom tools file_path_sans_ext
#' @importFrom utils read.csv
NULL

Try the taskscheduleR package in your browser

Any scripts or data that you put into this service are public.

taskscheduleR documentation built on July 9, 2023, 5:24 p.m.