tmr_ceiling {hmstimer} | R Documentation |
Rounds a hms_timer()
up to the nearest second.
tmr_ceiling(x)
x |
A |
A hms_timer()
.
Other round:
tmr_floor()
,
tmr_format()
,
tmr_round()
tmr_ceiling(tmr_timer(18.9))
tmr_ceiling(tmr_timer(122.1))