Description Usage Arguments Value Examples
View source: R/filter_by_funs.R
This function allows you to subset a data frame by any set
of descriptive statistics. For example, you could extract rows
that are eqaul to specific quantiles, or the min and the max.
This is a dplyr-like function, and works well with functions
such as group_by.
| 1 | filter_by_funs(data, variable, .funs)
 | 
| data | The data frame that includes the variables to compute descriptive statistics on. | 
| variable | The variable to filter on. | 
| .funs | The functions to use in filtering. | 
A tidy data frame with the requested descriptive statistics for the requested variables
| 1 2 3 4 5 6 7 8 9 10 11 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.