powered by
Takes integer value produced by as.numeric(x), where x is a POSIXct vector and returns it to a POSIXct vector
as.numeric(x)
x
intToPOSIX(timeVector, tz = "GMT")
POSIXct vector
A vector of integers produced by as.numeric applied to a PSIXct vector
Time zone of the vector (see as.POSIXct).
as.POSIXct
Devin S. Johnson
#library(crawl) timeVector <- as.numeric(Sys.time()) timeVector intToPOSIX(timeVector, tz="")
Run the code above in your browser using DataLab