generatedFunctions: Common Page for CAS Actions

CAS ActionsR Documentation

Common Page for CAS Actions

Description

When you connect to SAS Cloud Analytic Services (CAS), the SWAT package software generates an R function for each CAS action that is available on the server.

Usage

cas.actionSet.action(CASorCASTab, parameters...)

Arguments

CASorCASTab

An instance of a CAS object that represents a connection and CAS session, or an instance of a CASTable.

parameters

Actions accept a series of parameters in key=value pair format. The parameters are action-specific. See the product documentation.

Examples

The following two functions are generated and correspond to the table.tableInfo and simple.summary actions:

cas.table.tableInfo(irisct)

cas.simple.summary(irisct)

Product Documentation

For a list of all the CAS actions that are available with SAS Visual Analytics, SAS Visual Statistics, and SAS Visual Data Mining and Machine Learning, see the following URL:

Actions and Action Sets by Name and Product

For the latest product documentation for SAS Viya, see Documentation for SAS Viya.


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