hsFilterRowsWithValuesInColumns: Filter for Rows with Given Values in Given Columns

View source: R/hsLibBase.R

hsFilterRowsWithValuesInColumnsR Documentation

Filter for Rows with Given Values in Given Columns

Description

Filter for rows that have specified values in specified columns

Usage

hsFilterRowsWithValuesInColumns(dframe, columnValuePairs)

Arguments

dframe

data frame

columnValuePairs

list of elements each of which defines a filter criterion in the form <column-name> = <value>

Value

data frame containing those rows of dframe that comply with all of the filter criteria defined in columnValuePairs


KWB-R/kwb.base documentation built on June 19, 2022, 3:30 a.m.