powered by
Tests if a hms_timer() is started (as indicated by the presence of an attribute named start).
hms_timer()
tmr_is_started(x)
A flag (TRUE or FALSE).
A hms_timer().
Other start_stop: tmr_elapsed(), tmr_is_stopped(), tmr_print(), tmr_reset(), tmr_start(), tmr_stop(), tmr_timer()
tmr_elapsed()
tmr_is_stopped()
tmr_print()
tmr_reset()
tmr_start()
tmr_stop()
tmr_timer()
tmr <- tmr_timer(start = TRUE) print(tmr_is_started(tmr)) tmr <- tmr_stop(tmr) print(tmr_is_started(tmr))
Run the code above in your browser using DataLab