wait_until: Suspend execution until deadline

Description Usage Arguments Details Examples

Description

Suspend execution until deadline

Usage

1
wait_until(date_string)

Arguments

date_string

String specifying when to continue execution

Details

The date string must have the format " ‘day-month-year hour:minute’. For more details see strptime.

It is an error to specify a date string that designates a time point that, at the moment wait_until is called, lies in the past.

The accuracy of wait_until is +/- 1 minute.

Examples

1
2
3
4
## Not run: 
wait_until("26-4-34 17:03")

## End(Not run)

cbaumbach/miscFun documentation built on May 13, 2019, 1:48 p.m.