parseExtraParams {CoGAPS} | R Documentation |
parse parameters passed through the ... variable
parseExtraParams(allParams, extraParams)
allParams |
list of all parameters |
extraParams |
list of parameters in ... |
allParams with any valid parameters in extraParams added
will halt with an error if any parameters in extraParams are invalid