schedule: schedule

Description Arguments Examples

Description

An R object which holds a cron-like schedule of content you want to tweet. NAs are wildcards.

Arguments

minute

The minute to be posted, or NA for wildcard.

hour

The hour to be posted, or NA for wildcard.

dow

The day of the week, 0 to 6, starting on Sunday, as per POSIXlt. Should probably add input validation.

tz

The timezone in which the schedule should be run.

Examples

1
2

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