Learn R Programming

rnbp (version 0.2.2)

is_date: Checks if an object is a date object.

Description

Checks if an object is a date object.

Usage

is_date(x)

Value

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

Arguments

x

object to be tested.