Learn R Programming

easyr (version 0.5-11)

isdate: Shorthand for lubridate::is.Date

Description

Shorthand for lubridate::is.Date

Usage

isdate(x)

Value

logical indicator

Arguments

x

Value to check.

Examples

Run this code
isdate( lubridate::mdy( '10/1/2014' ) )
isdate(1)

Run the code above in your browser using DataLab