R/non_existing_intervals.R
non_existing_intervals.Rd
Given a list of filters, this function builds a logical
condition to query database using intervals.
The output is used in build_condition()
.
non_existing_intervals(filters, interval, operator, partialmatch)
List of filters to be used. The names should correspond to the attribute and the values correspond to the condition for selection.
the filters whose values will be considered as interval
A string indicating if all the filters (AND) or some of them (OR) should be met.
name of the condition(s) with a string pattern for full or partial match in the query.
A character(1)
with the sql logical condition to query the dataset.