freebsd-ports/textproc/R-cran-vroom/pkg-descr
TAKATSU Tomonari 7e7122fd29 textproc/R-cran-vroom: Add new port
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.

WWW: https://cran.r-project.org/web/packages/vroom/
2021-07-22 16:07:18 +09:00

7 lines
364 B
Text

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.
WWW: https://cran.r-project.org/web/packages/vroom/