tmr_start | R Documentation |
Starts a hms_timer()
by adding an attribute named
start of the current system time.
tmr_start(x, ..., title = NULL)
x |
A |
... |
These dots are for future extensions and must be empty. |
title |
A string of the title. |
If the hms_timer()
is already started, the function
simply issues a warning and returns the original object.
A started hms_timer()
.
Other start_stop:
tmr_elapsed()
,
tmr_is_started()
,
tmr_is_stopped()
,
tmr_print()
,
tmr_reset()
,
tmr_stop()
,
tmr_timer()
tmr <- tmr_start(tmr_timer())
print(tmr_elapsed(tmr))
Sys.sleep(0.01)
print(tmr_elapsed(tmr))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.