tidybins

Lifecycle: experimental CRAN status R-CMD-check

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")