checkScheduleAndPost: checkScheduleAndPost

Description Usage Arguments Examples

Description

A top level function usually called by cron and a command-line-interface.

Usage

1
2
checkScheduleAndPost(schedule, tweet_db = NULL, minute_range = 3,
  now = NULL)

Arguments

schedule

A schedule object.

tweet_db

Either an in-memory tweet_db object, or a file path to one. This is a convenience function which sits inside other functions just to parse path vs 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

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