is_Dat: Date Vectors

View source: R/Dat.R

is_DatR Documentation

Date Vectors

Description

test for objects of type "hd_Dat"

Usage

is_Dat(x)

Arguments

x

object to be coerced or tested

Value

returns TRUE or FALSE depending on whether its argument is of type hd_Dat or not.

Examples

x <-   c("2000-12-04","2010-20-04")
dat <- Dat(x, format = "%Y-%d-%m")
is_Dat(dat)


jpmarindiaz/homodatum documentation built on May 1, 2023, 7:24 p.m.