filterstring {RWildbook} | R Documentation |
Generate the JDOQL part of a filter.
Description
This function is to generate the string in the JDOQL query for some given value of a filter.
Usage
filterstring(filtername, filtervalues, logic = "||", bridge = "==")
Arguments
filtername |
A character which is for the responding variable name in Wildbook framework. |
filtervalues |
A vector of the value for the filter. |
logic |
A parameter which can be "&&" for the logical AND or "||" for the logical OR. |
bridge |
An operator to connect the name and the default value is "==". |
[Package RWildbook version 0.9.3 Index]