get_POSIXct | R Documentation |
The function is just a simple wrapper around the
base::as.POSIXct()
as a reminder of the arguments required
to implement the base function.
get_POSIXct(time_vals = NULL, time_format = NULL, time_origin = NULL)
time_vals |
A vector/object as character in date-time format or a numeric in seconds. |
time_format |
A character string that defines the format of
|
time_origin |
A character string that sets the origin/start date for calculating the internal elapsed seconds representation of the time. The default in R is January 1, 1970. |
A POSIXct time object
Rick Dean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.