filterstring: Generate the JDOQL part of a filter.

Description Usage Arguments

Description

This function is to generate the string in the JDOQL query for some given value of a filter.

Usage

1
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 "==".


RWildbook documentation built on May 1, 2019, 8:07 p.m.