utilMWRinputcheck {MassWateR} | R Documentation |
Check if required inputs are present for a function
utilMWRinputcheck(inputs)
inputs |
list of arguments passed from the parent function |
NULL if all inputs are present, otherwise an error message indicating which inputs are missing
inputchk <- formals(tabMWRcom)
inputchk$res <- system.file('extdata/ExampleResults.xlsx', package = 'MassWateR')
inputchk$frecom <- system.file('extdata/ExampleDQOFrequencyCompleteness.xlsx',
package = 'MassWateR')
utilMWRinputcheck(inputchk)