wait_until {sixtyfour} | R Documentation |
wait fxn generator
Description
wait fxn generator
Usage
wait_until(fun, message)
Arguments
fun |
(function) a function to check status of something;
must return a single boolean, e.g., |
message |
(character) the message to print at the beginning
of |
[Package sixtyfour version 0.2.0 Index]