ensureProductionInputs: Check Production Inputs

Description Usage Arguments Value

Description

This function is designed to ensure that the provided dataset is valid.

Usage

1
2
ensureProductionInputs(data, processingParameters, formulaParameters,
  returnData = TRUE, normalised = TRUE)

Arguments

data

A data.table containing the data.

processingParameters

A list containing the parameters to be used in the processing algorithms. See ?defaultProcessingParameters for a starting point.

formulaParameters

A list holding the names and parmater of formulas. See productionFormulaParameters.

returnData

logical, whether the data should be returned

normalised

logical, whether the data is normalised

Value

The original data if all tests are passed


ncwanner/Production_Validation documentation built on May 8, 2019, 1:48 p.m.