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

ncol,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'
ncol(x)

Arguments

x

A CASTable object.

Value

scalar

See Also

length,CASTable-method

Examples

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

## End(Not run)

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