build_where_condition: Constructs where conditions for querying database.

build_where_conditionR Documentation

Constructs where conditions for querying database.

Description

Constructs where conditions for querying database.

Usage

build_where_condition(
  col_name,
  vals,
  existing_condition,
  existing_interpolate_list
)

Arguments

col_name

The column name for there where condition.

vals

The value or values to include in the query.

existing_condition

An existing SQL query to append this where condition to.

existing_interpolate_list

Existing interpolation list to add this interpolation list to.


gidonc/durhamevp documentation built on April 8, 2022, 10:31 a.m.