ropensci / visdat

Preliminary Exploratory Visualisation of Data
https://docs.ropensci.org/visdat/
Other
453 stars 47 forks source link

Removed purr map() call in vis_guess and ifelse() in guess_type. The … #12

Closed MilesMcBain closed 8 years ago

MilesMcBain commented 8 years ago

…whole value vector is now passed to readr:::CollectorGuess which is vectorised. Seems to noticeably improve response time. No benchmark run.