nrow-CASTable-method: Number of Rows in a CAS Table

nrow,CASTable-methodR Documentation

Number of Rows in a CAS Table

Description

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

Usage

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

Arguments

x

A CASTable object.

Value

scalar

Examples

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

## End(Not run)

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