NewStQT: StQT class constructor

Description Usage Details Value Examples

Description

This constructor returns an StQT object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
NewStQT(x)

## S4 method for signature 'missing'
NewStQT()

## S4 method for signature 'data.frame'
NewStQT(x)

## S4 method for signature 'character'
NewStQT(x)

Details

You don't need to specify all rules fields, the constructor will generate empty fields when necessary.

Value

StQT object.

Examples

1
2
3
4
5
6
7
8
NewStQT()    # Empty transformation (identity)
NewStQT(data.frame(
           output="VAR",
           fun="*",
           input="SD,SD",
           stringsAsFactors = FALSE))
# If we want to read the rules from a semicolon separated csv file:
# NewStQT("<filename>")

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