R/utils.R

Defines functions .datetimeFrom

.datetimeFrom <- function(x) {
  as.POSIXct(x, tz = "UTC")
}

Try the palr package in your browser

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

palr documentation built on Nov. 6, 2023, 9:06 a.m.