vector_to_sqlfilter: AND SQL filter makes an 'AND' filter statement

Description Usage Arguments Value Examples

View source: R/vector_to_sqlfilter.R

Description

AND SQL filter makes an 'AND' filter statement

Usage

1
vector_to_sqlfilter(field_name = "", values = c(""))

Arguments

field_name

The name of the fild in the data base.

values

The values to be filtered

Value

A character containing the SQL statement.

Examples

1
2
vector_to_sqlfilter(field_name = 'country',
values = c('BRA', 'GER', 'JPN'))

leonardommarques/reliabilitytools documentation built on Aug. 1, 2019, 8:03 p.m.