将整数转换为日期

时间:2018-10-22 11:50:17

标签: r datetime

当我将日期向量转换为数据框时,日期将转换为整数。该整数的格式非常奇怪,我无法理解如何将其转换为日期(包括秒)。

vdates <- seq(c(ISOdate(2018,10,01)), by = "3 sec", length.out = 200000)

dfDates <- as.data.frame((matrix(vdates))) 
dfDates$id <- 1:nrow(dfDates)
colnames(dfDates) <- c("Dates", "Id")

0 个答案:

没有答案