Binds call arguments to formal parameter names using R's matching rules: exact name, then partial (pmatch) name, then remaining unnamed args left-to-right.
Pass paramNames as the full formal parameter list (excluding ...) so ambiguous prefixes are rejected.
Thin alias for RFunctionCall.matchArgumentsToParameters, which owns the (pure) matching logic.
Binds call arguments to formal parameter names using R's matching rules: exact name, then partial (pmatch) name, then remaining unnamed args left-to-right. Pass
paramNamesas the full formal parameter list (excluding...) so ambiguous prefixes are rejected. Thin alias for RFunctionCall.matchArgumentsToParameters, which owns the (pure) matching logic.