R/cronr.R

#' cronr
#'
#' A Cron-like second-precision Scheduler for R
#'
#' This is a scheduling package for running one-off or recurring tasks in second-precision schedules.
#' It may be useful either in maintenance tasks, or in batch processing pipelines where new data are made available periodically.
#' For example, you may need to retrieve new records written in a database every 30 seconds and process them in batches.
#'
#' @section cronr functions:
#' crond
#'
#' @docType package
#' @name cronr
NULL
henfiber/cronr documentation built on May 17, 2019, 3:42 p.m.