Learn R Programming

hmstimer (version 0.3.0)

tmr_ceiling: Ceiling hms Timer

Description

Rounds a hms_timer() up to the nearest second.

Usage

tmr_ceiling(x)

Value

A hms_timer().

Arguments

x

A hms_timer().

See Also

Other round: tmr_floor(), tmr_format(), tmr_round()

Examples

Run this code
tmr_ceiling(tmr_timer(18.9))
tmr_ceiling(tmr_timer(122.1))

Run the code above in your browser using DataLab