hsFilterRowsWithValuesInColumns | R Documentation |
Filter 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.