View source: R/PreProcessInputDataBeforeAdjustments.R
PreProcessInputDataBeforeAdjustments | R Documentation |
Pre-processes input data before passing it to adjustment scripts. All changes are applied to the input object by reference. There is no need to assign the result of this function.
PreProcessInputDataBeforeAdjustments(inputData)
inputData |
Input data. Required. |
data.table object (invisibly)
## Not run:
PreProcessInputDataBeforeAdjustments(inputData)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.