do_when_time: Do when a time happens

Description Usage Arguments

View source: R/do_when_time.R

Description

Process an expression once a time is reached.

Usage

1
do_when_time(.d, time, .s = 60)

Arguments

.d

An expression to do upon a condition being met.

time

A date-time specifying when .d should be done.

.s

Time in seconds to wait between checking for file existence. The default is to wait 60 seconds between checking for a file.


mkearney/dowhen documentation built on May 25, 2019, 9:24 a.m.