Learn R Programming

updog (version 1.2.0)

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

Description

Tests if an argument is a multidog object.

Usage

is.multidog(x)

Arguments

x

Anything.

Value

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

Examples

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

# }

Run the code above in your browser using DataLab