aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-vroom/pkg-descr
blob: c26a6f68f868aee4acd89973176524b0bd12df57 (plain) (blame)
1
2
3
4
5
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.