Description
Make Tidy Bins.
Description
Multiple ways to bin numeric columns with a tidy output. Wraps a variety of existing binning methods into one function, and includes a new method for binning by equal value, which is useful for sales data. Provides a function to automatically summarize the properties of the binned columns.
README.md
tidybins
The goal of tidybins is to let users bin numeric data using different methods in a tidy format.
Installation
You can Install the released version of tidybins from CRAN with:
install.packages("tidybins")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Harrison4192/tidybins")