to.date.time: Try to convert a character object to a date time object,...

Description Usage

View source: R/sktools.r

Description

Try to convert a character object to a date time object, trying out several formats

Usage

1
2
3
4
to.date.time(x, orders = c(c(date.orders), outer(date.orders, time.orders,
  paste, sep = "")), quiet = FALSE, tz = "UTC",
  locale = Sys.getlocale("LC_TIME"), date.orders = c("dmy", "dmY", "ymd",
  "Ymd", "mdy", "mdY"), time.orders = c("r", "R", "T", "HMSOS"))

skranz/sktools documentation built on April 12, 2021, 11:43 a.m.