is_Yea: Year Vectors

View source: R/Yea.R

is_YeaR Documentation

Year Vectors

Description

test for objects of type "hd_Yea"

Usage

is_Yea(x)

Arguments

x

object to be coerced or tested

Value

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

Examples

x <- c(1800:1803, NA)
year_values <- Yea(x)
is_Yea(year_values)


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