Description Usage Arguments Details Examples
Suspend execution until deadline
| 1 | wait_until(date_string)
 | 
| date_string | String specifying when to continue execution | 
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.
| 1 2 3 4 | ## Not run: 
wait_until("26-4-34 17:03")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.