length-CASTable-method: Number of Columns in a CAS Table

length,CASTable-methodR Documentation

Number of Columns in a CAS Table

Description

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

Usage

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

Arguments

x

A CASTable object.

Value

scalar

See Also

ncol,CASTable-method

Examples

## Not run: 
length(ct1)
length(ct[1:4])

## End(Not run)

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