Displaying 1 result from an estimated 1 matches for "datesl".
Did you mean:
dates
Suggestions for improvement as regards `as` methods, and a call for consistency in `as.Date` methods
2016 Jan 27
0
Suggestions for improvement as regards `as` methods, and a call for consistency in `as.Date` methods
...<- c(ind = "2015-07-04", nyd = "2016-01-01")
datesn <- c(ind = 16620, nyd = 16801)
datesp <- structure(c(1435982400, 1451624400), .Names = c("ind", "nyd"),
class = c("POSIXct", "POSIXt"), tzone = "")
datesl <- structure(list(sec = c(0, 0), min = c(0L, 0L),
hour = c(0L, 0L), mday = c(4L, 1L),
mon = c(6L, 0L),
year = structure(115:116, .Names = c("ind",
"nyd")),
wday = c(6L, 5L), yd...