vroom

Real-time file import with the vroom package

File import in R could be considered a solved problem, with multiple widely used packages (data.table, readr, and others) providing fast, robust import of common formats in addition to the functions available in base R. However I feel there is still …

vroom: Because life is too short to read slow

File import in R could be considered a solved problem, with multiple widely used packages (data.table, readr, and others) providing fast, robust import of common formats in addition to the functions available in base R. However I feel there is still …

vroom: Read and Write Rectangular Text Data Quickly

A tour of the recently released vroom package (http://vroom.r-lib.org/)

vroom

Read and write rectangular data (like 'csv', 'tsv' and 'fwf') quickly into R.