Skip to contents

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