dim-CASTable-method: Dimensions of a CAS Table

dim,CASTable-methodR Documentation

Dimensions of a CAS Table

Description

Returns the number of rows and columns for the in-memory table that is referenced by the CASTable object.

Usage

## S4 method for signature 'CASTable'
dim(x)

Arguments

x

A CASTable object.

Value

vector

Examples

## Not run: 
dim(ct1)

## End(Not run)

sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.