Learn R Programming

easyr (version 0.3-1)

isdate: Shorthand for lubridate::is.Date

Description

Shorthand for lubridate::is.Date

Usage

isdate(x)

Arguments

x

Value to check.

Value

logical indicator

Examples

Run this code
# NOT RUN {
isdate( lubridate::mdy( '10/1/2014' ) )
isdate(1)
# }

Run the code above in your browser using DataLab