format_POSIXct | R Documentation |
Converts a POSIXct double timestamp into a character string much faster
than format.POSIXct
, with the same output as the method
default.
format_POSIXct(x)
x |
an object of class ‘POSIXct’. |
A character string
time <- Sys.time()
format(time)
format_POSIXct(time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.