README.md

Tidy Quantile

Tidy Quantiles for the Tidyverse.

Every wanted a way to make quantiles that worked well with the tidyverse workflow? This package does the trick.

Example:

station_data.SF %>%
  tidy_quantile(num_bikes_available, 5) 

Output:

 0%  25%  50%  75% 100% 
 0    4    7   11   42 

To install:

devtools::install_github("Leschonander/TidyQuantile")


Leschonander/TidyQuantile documentation built on Jan. 1, 2020, 8:31 p.m.