is_date {rnbp}R Documentation

Checks if an object is a date object.

Description

Checks if an object is a date object.

Usage

is_date(x)

Arguments

x

object to be tested.

Value

TRUE or FALSE depending on whether its arguments is a date object or not.


[Package rnbp version 0.2.1 Index]