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