| tmr_is_started | R Documentation |
Tests if a hms_timer() is started (as indicated by the
presence of an attribute named start).
tmr_is_started(x)
x |
A |
A flag (TRUE or FALSE).
Other start_stop:
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.