is_zdd

is_zdd(zdd)

Arguments

zdd

object

Value

TRUE if the object is the class of the zdd list object

Examples

is_zdd(as_zdd(FALSE)) # TRUE
#> [1] TRUE
is_zdd(3L) # FALSE
#> [1] FALSE