syvwlch / Data-Ignota

A data-driven exploration of Ada Palmer's Terra Ignota series
https://syvwlch.github.io/Data-Ignota/
MIT License
3 stars 0 forks source link

[Feature] Check out `skimr` for the data summary and edit progress sections? #15

Closed syvwlch closed 2 years ago

syvwlch commented 2 years ago

Consider skimr package for easy data summary & healthcheck:

https://docs.ropensci.org/skimr/

You can pipe to as_tibble() and then select columns. Check out numeric.hist!

cdrigby commented 2 years ago

Cannot argue with that. Looks like a good enhancement.