interval_to_SQLfilter: Title of the function

Description Usage Arguments Details Value Examples

View source: R/interval_to_SQLfilter.R

Description

makes an SQL interval filter statement

Usage

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

Arguments

field_name:

the name of the field in the data base

values:

the values to be filtered

Details

A filter statement for interval limit.

Value

A character containing the statement.

Examples

1
interval_to_SQLfilter(field_name = 'age', c('>=18','<20'))

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