View source: R/to_posixct_numeric.R
posixct_numeric_to_datetime | R Documentation |
Converting a posixct numeric time back to a classed datetime
posixct_numeric_to_datetime(x, class = "POSIXct", ..., tz = NULL)
x |
A posixct numeric vector |
class |
The class to convert to |
... |
Extra arguments passed on the the specific coercion function |
tz |
The time zone to convert to. The default UTC is used if none is supplied |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.