Learn R Programming

popEpi (version 0.4.14)

is.Date: Test if object is a Date object

Description

Test whether obj inherits one of Date or IDate.

Usage

is.Date(obj)

Value

TRUE if obj is of class "Date" or "IDate".

Arguments

obj

object to test on

Author

Joonas Miettinen

See Also

[get.yrs], [is_leap_year], [as.Date]