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