Description Usage Arguments Details Value Examples
View source: R/filtering_functions.R
Use set_percentile_limits
to find rows of a dataframe whose values lies within a specified percentile interval of selected variable.
1 | set_percentile_limits(df, var, min_pct, max_pct)
|
df |
the data frame to transform |
var |
the column corresponding to selected variable |
min_quant |
lower boundary percentile |
max_quant |
upper boundary percentile |
This function is compatible with dplyr. Use this to set limits on continuous variables within your data.
A filtered dataframe, containing only rows meeting specified condition.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.