Port variant | standard |
Summary | Read and Write Rectangular Text Data Quickly |
BROKEN | |
Package version | 1.6.5 |
Homepage | https://vroom.r-lib.org |
Keywords | cran |
Maintainer | CRAN Automaton |
License | Not yet specified |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 12 DEC 2023, 18:55:48 UTC |
Port created | 20 JUL 2021, 03:10:59 UTC |
single | vroom: Read and Write Rectangular Text Data Quickly 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. |
main | mirror://CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ |
R-readr:standard | Read Rectangular Text Data |