loadActionSet: Load a CAS Action Set

View source: R/action.R

loadActionSetR Documentation

Load a CAS Action Set

Description

This function loads a CAS action set and generate an R function for each action.

Usage

loadActionSet(conn, actionSet = "")

Arguments

conn

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

actionSet

A string value that specifies the action set to load.

Examples

## Not run: 
loadActionSet(conn, actionSet="decisionTree")
loadActionSet(conn, actionSet="regression")

## End(Not run)

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