tmr_floor: Floor hms Timer

View source: R/floor.R

tmr_floorR Documentation

Floor hms Timer

Description

Rounds a hms_timer() down to the nearest second.

Usage

tmr_floor(x)

Arguments

x

A hms_timer().

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))

hmstimer documentation built on Sept. 20, 2022, 9:11 a.m.