filter_valid_controls {salesforcer} | R Documentation |
Filter Out Control Arguments by API or Operation
Description
Filter Out Control Arguments by API or Operation
Usage
filter_valid_controls(supplied, api_type = NULL, operation = NULL)
Arguments
supplied |
|
api_type |
|
operation |
|
Value
character
; a vector of strings returning only the control arguments
that are accepted by the specified API and operation.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.2 Index]