Skip to contents

This function checks whether the variable is an IDate class.

Usage

any_idate(x)

Arguments

x

Variable to test whether an IDate class.

Value

logical value indicating whether the string is of an IDate class.

Examples

any_idate("2023-12-15")
#> [1] FALSE