file <- system.file('extdata', 'test.csv', package = 'bread')
## Filtering with only min value
## Filtering on 2 columns
bnumrange(file = file, range_min = c(2006, 1500), range_max = c(2010, 1990),
numrange_columns = c(1,3))
bnumrange(file = file, range_min = c(2000, 1500), range_max = c(2005, 1990),
numrange_columns = c('YEAR', 'PRICE'), sep = ';')
Run the code above in your browser using DataLab