ropensci / skimr

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

Support multiple viewer options and dispatch onLoad #628

Open michaelquinn32 opened 3 years ago

michaelquinn32 commented 3 years ago

Html might be a more universal format for printing skim results. We should consider a path based around Rstudio viewer() that generates html for the user. We would need to decide on a path for spark plots:

We could also assign the appropriate skim function onLoad/ onAttach:

elinw commented 3 years ago

I really like the idea of having the option for the RStudio viewer; kableExtra already does html although it doesn't render quite right. But at least that might be tweaking.