/crontabr

Read crontab files in R

Primary LanguageRGNU General Public License v3.0GPL-3.0

crontabr

Lifecycle: experimental CRAN status

The goal of crontabr is to make reading crontab files easier.

Installation

The crontabr package is not yet available from CRAN, but you can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("aecoleman/crontabr")

Example

This is a basic example which shows you how to solve a common problem:

library(crontabr)
## basic example code