bin_summary {tidybins} | R Documentation |
summarize bins
Description
Returns a summary of all bins created by 'bin_cols' in a data frame. Takes no arguments other than the data frame but relies on regular expressions based of the 'bin_cols' output in order to identify the corresponding columns.
Usage
bin_summary(mdb, ...)
Arguments
mdb |
dataframe output from bin_cols |
... |
optional tidyselect specification for specific cols |
Value
a tibble
Examples
iris %>%
bin_cols(Sepal.Width) %>%
bin_summary()
[Package tidybins version 0.1.1 Index]