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")
A vector of integers produced by as.numeric applied to a PSIXct vector
Time zone of the vector (see as.POSIXct).
as.POSIXct
POSIXct vector
# NOT RUN { #library(crawl) timeVector <- as.numeric(Sys.time()) timeVector intToPOSIX(timeVector, tz="") # }
Run the code above in your browser using DataLab