Open AmeliaMN opened 7 years ago
Oooh, yes, I'd love someone (or someones) to take this over and really polish it up.
I'm down to collaborate on this!
This looks fun! I would love to get practice at writing good print methods, they are surprisingly difficult!
I subscribed to this issue to see if more discussion on it happens. @AmeliaMN and I have talked previously about this, and I'd love to see this functionality come to life as well. I'd be happy to contribute / continue working on this if there's more to do on it beyond runconf.
We have a slack channel called pipeablesummary
.
And we're working from https://github.com/hadley/precis.
Starting off: what do we want vs. what exists – and where to go from there.
We now have a separate repo
Blog post about skimr
: skimr for useful and tidy summary statistics
@hadley and I have talked a bit about nice, generic, pipeable summary functions. Because Hadley is Hadley, he has already sketched out an initial package, but it could use some more work on the visual aspects as well as what the functions would be.
My personal wishlist:
mtcars %>% summary()
mtcars %>% summary(cyl)
(probably likemosaic
tally()
)mtcars %>% summary(mpg)
(likebase
summary()
ormosaic
favstats()
)