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