tmr_print {hmstimer} | R Documentation |
Print hms Timer
Description
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.
Usage
tmr_print(x)
Arguments
x |
A |
Details
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.
Value
A character string.
See Also
Other start_stop:
tmr_elapsed()
,
tmr_is_started()
,
tmr_is_stopped()
,
tmr_reset()
,
tmr_start()
,
tmr_stop()
,
tmr_timer()
Examples
x <- tmr_start(tmr_timer())
tmr_print(x)
[Package hmstimer version 0.2.1 Index]