vroom-package {vroom} | R Documentation |
The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily , so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.
Maintainer: Jennifer Bryan jenny@rstudio.com (ORCID)
Authors:
Jim Hester jim.hester@rstudio.com (ORCID)
Hadley Wickham hadley@rstudio.com (ORCID)
Other contributors:
Shelby Bearrows [contributor]
https://github.com/mandreyel/ (mio library) [copyright holder]
Jukka Jylänki (grisu3 implementation) [copyright holder]
Mikkel Jørgensen (grisu3 implementation) [copyright holder]
RStudio [copyright holder, funder]
Useful links:
Report bugs at https://github.com/tidyverse/vroom/issues