View source: R/parse_unix_time.R
parse_unix_time | R Documentation |
Function to parse unix time to a POSIXct date
parse_unix_time(x, tzone = "UTC", origin = "1970-01-01")
x |
Unix time |
tzone |
Character string containing the time zone to convert to |
origin |
Origin of epoch. For unix time this is "1970-01-01" |
POSIXct date
Shona Wilde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.