return_matching_controls {salesforcer} | R Documentation |
Of All Args Return Ones Matching Control Arguments
Description
Of All Args Return Ones Matching Control Arguments
Usage
return_matching_controls(args)
Arguments
args |
|
Value
character
; a vector of strings returning only the function arguments
that match control arguments so that users can specify them directly in each
function and not have to construct a control object every time in order to
pass only one or two control arguments.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]