Rdocumentation
powered by
Learn R Programming
lubridate (version 0.1)
recognize: Internal function.
Description
Internal function. Is an object in a recognized date format?
Usage
recognize(x)
Arguments
x
an R object
Value
TRUE if x is a POSIXlt, POSIXct, yearmon, yearqtr, or Date object, FALSE otherwise.