| filter2_equal | R Documentation | 
Extract a subset with one equal_to_value filter or two
filter2_equal(df, col, value, ..., col2 = NULL, value2 = NULL)
df | 
 A data frame.  | 
col | 
 A column.  | 
value | 
 A value.  | 
... | 
 cols to keep, if none, return all columns  | 
col2 | 
 A second column. Default to NULL.  | 
value2 | 
 A second value. Default to NULL.  | 
A filtered data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.