Learn R Programming

fftab (version 0.1.0)

.is_array: Check if an Object is an Array

Description

Determines if an object has a .dim attribute, indicating it is an array.

Usage

.is_array(x)

Value

TRUE if the object has a .dim attribute, FALSE otherwise.

Arguments

x

An R object.