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

Remove use of 'sapply()' and use purrr and other tidyverse tools #25

Closed kaybenleroll closed 6 years ago

kaybenleroll commented 7 years ago

The function

create_coltype_list()

would be better served if I used a 'tidyverse' style solution to applying functions across columns.