getDrlForFilterRules: DRL rules for Fiter condition

Description Usage Arguments Value

View source: R/Rdrools.R

Description

: This function is used to get the drl format for the rules which have filters

Usage

1
2
getDrlForFilterRules(dataset, rules, ruleNum, outputCols, input.columns,
  output.columns)

Arguments

dataset

data frame on which rules are to be run

rules

rules in csv format

ruleNum

the number of the current rule

outputCols

the output statments to show the output

input.columns

input columns which are obtained from getrequiredColumns

output.columns

output columns which are obtained from getrequiredColumns

Value

filtered output with flags true/false


Rdrools documentation built on May 2, 2019, 8:23 a.m.