Tests if an argument is a lddf object.

is.lddf(x)

Arguments

x

Anything.

Value

A logical. TRUE if x is a lddf object, and FALSE otherwise.

Author

David Gerard

Examples

is.lddf("anything")
#> [1] FALSE
# FALSE