R/hsLibBase.R
hsFilterRowsWithValuesInColumns.RdFilter for rows that have specified values in specified columns
hsFilterRowsWithValuesInColumns(dframe, columnValuePairs)
| dframe | data frame |
|---|---|
| columnValuePairs | list of elements each of which defines a filter criterion in the form <column-name> = <value> |
data frame containing those rows of dframe that comply with all of the filter criteria defined in columnValuePairs