filterData: Filter Data Using Lazy Evaluation

View source: R/filterData.R

filterDataR Documentation

Filter Data Using Lazy Evaluation

Description

This function filters a data frame using lazy evaluation.

Usage

filterData(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 true)

Examples

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

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