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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.