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 Jan. 28, 2025, 12:15 p.m.