Nothing
#' @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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.