R/POSIXct.R

Defines functions POSIXct

POSIXct <- function(x, tz = "UTC") {
  structure(x, class = c("POSIXct", "POSIXt"), tzone = tz)
}

Try the readr package in your browser

Any scripts or data that you put into this service are public.

readr documentation built on May 29, 2024, 2:37 a.m.