plan: Plan a schedule for executing a task

Description Usage Arguments Value Methods (by class) See Also Examples

Description

Sets a schedule using strptime

Usage

1
2
3
4
plan(scheduler, ...)

## S3 method for class 'scheduler'
plan(scheduler, ...)

Arguments

scheduler

A scheduler object.

...

Arguments passed to seq.POSIXt.

Value

The schedule

Methods (by class)

See Also

strptime, seq.POSIXt

Examples

1
2
plan(scheduler(), '1 hour') # sample every hour
plan(scheduler(), '30 min') # sample every 30 minutes

wunderscraper documentation built on May 2, 2019, 12:40 p.m.