recognize
From lubridate v0.1
by Hadley Wickham
Internal function.
Internal function. Is an object in a recognized date format?
- Keywords
- internal
Usage
recognize(x)
Arguments
- x
- an R object
Value
- TRUE if x is a POSIXlt, POSIXct, yearmon, yearqtr, or Date object, FALSE otherwise.
Community examples
Looks like there are no examples yet.