Learn R Programming

hmstimer (version 0.3.0)

tmr_floor: Floor hms Timer

Description

Rounds a hms_timer() down to the nearest second.

Usage

tmr_floor(x)

Value

A hms_timer().

Arguments

x

A hms_timer().

See Also

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

Examples

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

Run the code above in your browser using DataLab