colnames-CASTable-method: Column Names in a CAS Table

colnames,CASTable-methodR Documentation

Column Names in a CAS Table

Description

Returns the column names from the in-memory table that is referenced by the CASTable object.

Usage

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

Arguments

x

A CASTable object.

Value

vector

Note

You cannot use this function to set the column names.

See Also

names,CASTable-method

Examples

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

## End(Not run)

sassoftware/R-swat documentation built on Feb. 19, 2025, 10:33 a.m.