skimr
goal
Desired end state:
A frictionless approach to dealing with summary statistics iteratively and interactively as part of a pipeline that conforms to the principle of least surprise
problem
Existing summary functions are:
diagnosis
Why is this the state that it’s in:
plan 1/2
mtcars %>% skim()
mtcars %>% skim() %>%
filter(var=cyl)
Explicitly:
skimr data structure that can be printed in more human readable ways
plan 2/2
Imagine a human-readable version like this that would maybe be more labeled and work nicely with kable()
Feedback
Would you use this?
Does this interface seem sane?
Is there anything we’re missing?
A feature you would add to this?