The goal of tidybins is to let users bin numeric data using different methods in a tidy format.
You can Install the released version of tidybins from CRAN with:
install.packages("tidybins")
And the development version from GitHub with:
# install.packages("devtools")
::install_github("Harrison4192/tidybins") devtools