checkSchedule: checkSchedule

Description Usage Arguments Examples

Description

Check if any of the parsed schedules match the current time.

Usage

1
checkSchedule(schedule, minute_range, now = NULL)

Arguments

schedule

A schedule object.

minute_range

The range in minutes to allow for a different, and still post. Defaults to 3.

now

Optional. A prespecified time-date object if you want to supply one.

Examples

1
2
3
now <- crontwit:::nowFormatted()
data(schedule)
checkSchedule(schedule = schedule, minute_range=5)

bestdan/crontwit documentation built on May 30, 2019, 12:45 p.m.