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

Improve the logic around writing data to disk #31

Closed kaybenleroll closed 6 years ago

kaybenleroll commented 7 years ago

Currently the data is written to disk right at the end of the template, and this means that this data is often not captured properly, so we may need some intermediate chunks of code to do this earlier in the workflow.

It is likely we may create multiple outputs that also uses the additional columns created by the outlier detection piece.