R/is_POSIXct.R

Defines functions is_POSIXct

is_POSIXct <- function(x){
  "POSIXct" %in% class(x)
}

Try the DSSAT package in your browser

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

DSSAT documentation built on Nov. 9, 2023, 1:08 a.m.