testpreprocessors: test preprocessing techniques against data

Description Usage Arguments Details Value Examples

View source: R/03PreprocessorClass.R

Description

Intended to be used when adding new preprocessing techniques with setpreprocessor().

Usage

1
testpreprocessors(preprocessors = NULL, data = NULL)

Arguments

preprocessors

(character) vector of preprocessors, by default gets all preprocessors with getpreprocessors()

data

(data frame) to be tested against, defaults to random data frame without missing values

Details

testpreprocessor() with Iris as data argument is called from setpreprocessor()

Value

boolean, TRUE is all data object validations are TRUE

Examples

1

mvattulainen/preprocomb documentation built on May 23, 2019, 10:54 a.m.