| Port variant | std |
| Summary | Read and Write Rectangular Text Data Quickly |
| Package version | 1.6.6 |
| 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 | 07 OCT 2025, 02:19:18 UTC |
| Port created | 21 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:std | Read Rectangular Text Data |