tmr_print | R Documentation |
Returns the elapsed time for a hms_timer()
from the system time when the
timer was started and the current system time as an hms time.
tmr_print(x, ..., print_title = TRUE)
x |
A |
... |
These dots are for future extensions and must be empty. |
print_title |
A flag specifying whether to print the title. |
The elapsed time is the value of the scalar plus the difference between the current system time and the system time when the timer was started.
A character string.
Other start_stop:
tmr_elapsed()
,
tmr_is_started()
,
tmr_is_stopped()
,
tmr_reset()
,
tmr_start()
,
tmr_stop()
,
tmr_timer()
x <- tmr_start(tmr_timer())
tmr_print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.