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)

Arguments

x

A hms_timer().

Value

A character string.

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.

See also

Examples

x <- tmr_start(tmr_timer())
tmr_print(x)
#> [1] "14:31:39 (+00:00:01 => 14:31:40)"