aecoleman / crontabr

Read crontab files in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Read crontab files in R

License:GNU General Public License v3.0


Languages

Language:R 93.5%Language:Rebol 6.5%