formatOutput: Format output into required format

Description Usage Arguments Value

View source: R/Rdrools.R

Description

: This function is used to change the output of the rules involving groupby

Usage

1
2
formatOutput(dataset, outputDf, rules, filteredDataFalse, input.columns,
  ruleNum)

Arguments

dataset

rules defined in a csv file

outputDf

the output data frame returned by the executeRulesOnDataset function

rules

the rules defined in csv format

filteredDataFalse

the fitlered data which is flagged as false

input.columns

the input columns of the dataset which is obtained from getrequiredColumns function

ruleNum

the number of the rule currently being run

Value

output in required format


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