pfilter | R Documentation |
This function filters data (like dplyr's filter) and prints the number of rows filtered by each condition.
pfilter(df, ...)
df |
Data frame to be filtered. |
... |
Filter conditions. See |
Filtered data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.