listActionParms: List CAS Action Parameters by Name

View source: R/action.R

listActionParmsR Documentation

List CAS Action Parameters by Name

Description

This function displays the parameters for the specified CAS action.

Usage

listActionParms(conn, actn, display = TRUE)

Arguments

conn

An instance of a CAS object that represents a connection and CAS session.

actn

A string value that specifies the action name. You can specify the following forms:

  • action-set.action-name

  • action-name

  • cas.action-set.action-name

The third form matches the generated functions for the CAS actions.

display

Should the parameters be printed to the screen?

Examples

## Not run: 
# specify the action set and action name
listActionParms(conn, actn="simple.summary")

# fetch is in the table action set
listActionParms(s, actn="fetch")

# specify the generated function name
listActionParms(s, cas.regression.logistic)

## End(Not run)

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