| tmr_floor {hmstimer} | R Documentation |
Floor hms Timer
Description
Rounds a hms_timer() down to the nearest second.
Usage
tmr_floor(x)
Arguments
x |
A |
Value
A hms_timer().
See Also
Other round:
tmr_ceiling(),
tmr_format(),
tmr_round()
Examples
tmr_floor(tmr_timer(18.9))
tmr_floor(tmr_timer(122.1))
[Package hmstimer version 0.2.1 Index]