filter_val {cjar} | R Documentation |
Validate a filter in CJA
Description
Returns a filter validation for a filter contained in a json string object.
Usage
filter_val(filter_body = NULL, debug = FALSE)
Arguments
filter_body |
The json string of the filter that is being validated (required) |
debug |
This enables the api call information to show in the console for help with debugging issues. default is FALSE |
Value
A validation True or False response
[Package cjar version 0.1.2 Index]