powered by
Converts a hms_timer() to a string of the clock time after rounding it to the number of digits.
hms_timer()
tmr_format(x, digits = 3, ..., print_title = TRUE)
A character string.
A hms_timer().
A count of the number of decimal places.
These dots are for future extensions and must be empty.
A flag specifying whether to print the title.
Negative values of digit are not permitted.
Other round: tmr_ceiling(), tmr_floor(), tmr_round()
tmr_ceiling()
tmr_floor()
tmr_round()
tmr_format(tmr_timer(61.66)) tmr_format(tmr_timer(61.66), digits = 0)
Run the code above in your browser using DataLab