format.tod_time | R Documentation |
Format a tod_time
object into a character string for pretty printing.
## S3 method for class 'tod_time'
format(x, ..., sep = ":")
x |
an R object |
... |
ignored |
sep |
character used as separator |
A character string with the time formatted as "HH:MM:SS", where ":"
is the argument passed to sep
.
Other Time of day functions:
as_tod()
,
print.tod_time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.