is_date: Conditional check for a date variable

View source: R/is_date.r

is_dateR Documentation

Conditional check for a date variable

Description

Return TRUE if the vector is a date.

Usage

is_date(x)

Arguments

x

A vector

Value

A boolean vector with the return from the condition check.

Examples


is_date(Sys.time())

is_date(Sys.Date())


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.