vector_to_Rfilter: & filter statement

Description Usage Arguments Value Examples

View source: R/vector_to_Rfilter.R

Description

makes an '&' filter statement

Usage

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

Arguments

field_name:

the name of the field in the data base

values:

the values to be filtered

Value

a character containing the statement.

Examples

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

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