DublinLearningGroup / dataexpks

This package creates a kickstart rmarkdown document that automatically performs some basic data exploration for the supplied dataset.
MIT License
3 stars 2 forks source link

Logic does not handle missing data types well #24

Closed kaybenleroll closed 6 years ago

kaybenleroll commented 7 years ago

The template does not do a good job of handling data where whole types of data are missing i.e. data frames where there are no 'categorical' columns as an example.

I need to find some test cases and work with that to fix those.