PreProcessInputDataBeforeAdjustments {hivPlatform} | 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)