sf_input_data_validation {salesforcer} | R Documentation |
Validate the input for an operation
Description
Validate the input for an operation
Usage
sf_input_data_validation(input_data, operation = "")
Arguments
input_data |
|
operation |
|
Value
the input data validated and formatted according to the specified operation. This allows more flexibility for the user while ensuring that all inputs are formatted as expected by the target APIs and operations.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.2 Index]