R/charToDate.R

Defines functions charToDate

charToDate = function(inputChar)
{
	return(as.POSIXct(inputChar, tz = "UTC"))
}
charToDate = cmpfun(charToDate)
praster1/JSFunction documentation built on Feb. 13, 2021, 6:22 p.m.