Skip to contents

Tests if an argument is a flexdog object.

Usage

is.flexdog(x)

Arguments

x

Anything.

Value

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

Author

David Gerard

Examples

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