R/to.posix.R

Defines functions to.posix

Documented in to.posix

to.posix <- function(x,fmt="%Y-%m-%d",tz=""){
  as.POSIXct(strptime(x,fmt,tz))
}
colinsheppard/colinmisc documentation built on July 10, 2020, 5:59 p.m.