format-methods | R Documentation |
Formats "timeDate"
objects as ISO conform character strings.
## S3 method for class 'timeDate'
format(x, format = "", tz = "", usetz = FALSE, ...)
format |
a character string describing the format. |
tz |
a timezone specification to be used for the conversion. |
usetz |
a logical. |
x |
an object of class |
... |
arguments passed to other methods. |
an ISO conforming formatted character string
as.character
## timeCalendar
# Time Calendar 16:00
tC = timeCalendar() + 16*3600
tC
## format as ISO character string
format(tC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.