Learn R Programming

rray (version 0.1.0)

is_rray: Is x an rray?

Description

is_rray() tests if x is an rray object.

Usage

is_rray(x)

Arguments

x

An object.

Value

A single logical.

Examples

Run this code
# NOT RUN {
is_rray(rray(1:5))

is_rray(1:5)

# }

Run the code above in your browser using DataLab