kenhanscombe / ukbtools

An R package to manipulate and explore UK Biobank data
https://kenhanscombe.github.io/ukbtools/
96 stars 26 forks source link

Use vroom instead of data.table::fread for faster loading? #19

Closed lwjohnst86 closed 5 years ago

lwjohnst86 commented 5 years ago

New package vroom out that is much faster than fread at mixed data (aka, not only numerical) and that also supports the wonderful features found in readr. Maybe switch over to vroom instead?

lwjohnst86 commented 5 years ago

And also, thanks for the package :wink:

kenhanscombe commented 5 years ago

Thanks for the suggestion. I'll have a look at switching to vroom.