tmr_format | R Documentation |
Converts a hms_timer()
to a string of the clock time
after rounding it to the number of digits.
tmr_format(x, digits = 3, ..., print_title = TRUE)
x |
A |
digits |
A count of the number of decimal places. |
... |
These dots are for future extensions and must be empty. |
print_title |
A flag specifying whether to print the title. |
Negative values of digit are not permitted.
A character string.
Other round:
tmr_ceiling()
,
tmr_floor()
,
tmr_round()
tmr_format(tmr_timer(61.66))
tmr_format(tmr_timer(61.66), digits = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.