isdate {easyr} | R Documentation |
Shorthand for lubridate::is.Date
Description
Shorthand for lubridate::is.Date
Usage
isdate(x)
Arguments
x |
Value to check. |
Value
logical indicator
Examples
isdate( lubridate::mdy( '10/1/2014' ) )
isdate(1)
[Package easyr version 0.5-11 Index]