filterNotData: Filter Data Not Matching a Given Criteria Using Lazy...

View source: R/filterNotData.R

filterNotDataR Documentation

Filter Data Not Matching a Given Criteria Using Lazy Evaluation

Description

This function filters a data frame using lazy evaluation.

Usage

filterNotData(data, filterCat1, value1)

Arguments

data

This is the data source to be filtered

filterCat1

This is the column name which should be filtered

value1

This is the value or value list to filter (evaluate to false)

Examples

dat <- filterData(mtcars,"am",c(1,0))

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.