| tmr_round | R Documentation |
Rounds a hms_timer() after updating it to the elapsed time.
tmr_round(x, digits = 0)
x |
A |
digits |
A count of the number of decimal places. |
Negative values of digit are permitted.
A hms_timer().
Other round:
tmr_ceiling(),
tmr_floor(),
tmr_format()
tmr_round(tmr_timer(18.9))
tmr_round(tmr_timer(18.9), 1)
tmr_round(tmr_timer(18.9), -1)
tmr_round(tmr_timer(121), -2) # 121 is rounded to 100 seconds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.