getRules: Returns slot 'Rules' from an object of class StQT

Description Usage Arguments Value Examples

Description

getRules extracts slot Rules from an StQT object.

Usage

1
2
3
4
getRules(object)

## S4 method for signature 'StQT'
getRules(object)

Arguments

object

Object of class StQT

Value

A data.frame corresponding to the slot Rules of the input parameter.

Examples

1
2
3
4
5
6
7
8
T1 <- NewStQT(data.frame(
                domain = c("Next==Unit","","Value < 0"),
                output = c("Value_next","Value_next",""),
                   fun = c("FunAutoLink","FunDelVar","FunDelRow"),
                 input = c("Value","",""),
                         stringsAsFactors = FALSE))
T1
getRules(T1)

Luis-Sanguiao/StQT documentation built on May 7, 2019, 2:03 p.m.