Learn R Programming

updog (version 1.1.3)

is.flexdog: Tests if an argument is a flexdog object.

Description

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.

Examples

Run this code
# NOT RUN {
is.flexdog("anything")
# FALSE

# }

Run the code above in your browser using DataLab