names-CASTable-method: Names of a CAS Table

names,CASTable-methodR Documentation

Names of a CAS Table

Description

Returns the list of column names for the in-memory table that is referenced by the CASTable object.

Usage

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

Arguments

x

A CASTable object.

Value

vector

Examples

## Not run: 
names(ct1)

## End(Not run)

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