Description Usage Arguments Value Creation notes Author(s) Examples
View source: R/epoch2Datetime.R
Converts epoch time to a POSIXct/datetime. This is a common task when reading in data with dates from an ESRI REST API.
1 | epoch2Datetime(epochDate, milliseconds = TRUE)
|
epochDate |
numeric vector with the epoch date |
milliseconds |
Should you complete millisecond conversion? Default is TRUE |
Vector of class POSIXct
First created in 2020-Sept in conjunction with my
pull request to esri2sf
to add the esri2df
function
Jacob Peterson
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.