CASTable-class: CAS Table Object

CASTable-classR Documentation

CAS Table Object

Description

CAS Table Object

Value

CASTable

Slots

conn

A CAS object that represents the connection and session on the server.

tname

An optional character string for the table name.

caslib

An optional character string that identifies the caslib for the in-memory table. Specify this parameter to override the active caslib.

where

An optional character string that specifies a filter for the rows to process. The filter uses syntax that is specific to SAS.

orderby

An optional list of column names. Rows are partitioned according to the columns in the groupby parameter and then ordered according to the values of the columns specified in this parameter.

groupby

An optional list of column names. If you specify this parameter when you load an in-memory table, then the table is partitioned by the columns. If you specify this parameter when running an action, then BY-groups are formed temporarily for the duration of the action.

gbmode

An optional character string. Values are NOSORT (default) or REDISTRIBUTE. See the CAS product documentation for more information.

computedOnDemand

An optional logical flag that indicates whether to the computed variables are created when the table is loaded (False) or to compute them when an action begins (True).

computedVars

An optional character string list that identifies the name and optional information such as a format and label.

computedVarsProgram

An optional character string list. Specify the expression to use for computing each of the computed variables.

names

An optional list of column names.

See Also

as.casTable, defCasTable


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