ropensci / skimr

A frictionless, pipeable approach to dealing with summary statistics
https://docs.ropensci.org/skimr
1.11k stars 79 forks source link

Dplyr summarize now supports multiple rows #589

Open michaelquinn32 opened 4 years ago

michaelquinn32 commented 4 years ago

A lot of previous work within skimr was designed at working around the one summary stat per group restriction. It might be possible to remove a lot of code with the newer flexibility.

elinw commented 1 year ago

It looks like the tidyerse API around this has changed. https://www.tidyverse.org/blog/2023/02/dplyr-1-1-0-pick-reframe-arrange/