cron_rm: Remove a cronjob

Description Usage Arguments

Description

Use this command to remove a cron job added by cron_add.

Usage

1
cron_rm(id, dry_run = FALSE, user = "")

Arguments

id

A set of ids, partially matched from the beginning, we wish to remove. We only remove the id if it is uniquely matched in the file.

dry_run

Boolean; if TRUE we do not submit the cron job; instead we return the parsed text that would be submitted as a cron job.

user

The user whose crontab we will be modifying.


kevinushey/cronR documentation built on May 20, 2019, 9:09 a.m.