powered by
Resets a hms_timer() by creating a new one.
hms_timer()
tmr_reset(x, seconds = 0)
A hms_timer().
A non-negative numeric scalar of the initial number of seconds.
Other start_stop: tmr_elapsed(), tmr_is_started(), tmr_is_stopped(), tmr_print(), tmr_start(), tmr_stop(), tmr_timer()
tmr_elapsed()
tmr_is_started()
tmr_is_stopped()
tmr_print()
tmr_start()
tmr_stop()
tmr_timer()
tmr <- tmr_timer(10) print(tmr) tmr_reset(tmr)
Run the code above in your browser using DataLab