is.Date: Test for objects of type "Date"

Description Usage Arguments Examples

View source: R/utilityFunctions.R

Description

Checks if an object inherits class Date. Used prior to calculating durations from two dates.

Usage

1

Arguments

x

object to be tested.

Examples

1
2
3
date <- as.Date("2010-01-01")

is.Date(date)

fragla/acreular documentation built on June 8, 2020, 2:46 p.m.