Package: vroom 1.7.1.9000

Jennifer Bryan

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.

Authors:Jim Hester [aut], Hadley Wickham [aut], Jennifer Bryan [aut, cre], Shelby Bearrows [ctb], https://github.com/mandreyel/ [cph], Jukka Jylänki [cph], Mikkel Jørgensen [cph], Posit Software, PBC [cph, fnd]

vroom_1.7.1.9000.tar.gz
vroom_1.7.1.9000.zip(r-4.7)vroom_1.7.1.9000.zip(r-4.6)vroom_1.7.1.9000.zip(r-4.5)
vroom_1.7.1.9000.tgz(r-4.6-x86_64)vroom_1.7.1.9000.tgz(r-4.6-arm64)vroom_1.7.1.9000.tgz(r-4.5-x86_64)vroom_1.7.1.9000.tgz(r-4.5-arm64)
vroom_1.7.1.9000.tar.gz(r-4.7-arm64)vroom_1.7.1.9000.tar.gz(r-4.7-x86_64)vroom_1.7.1.9000.tar.gz(r-4.6-arm64)vroom_1.7.1.9000.tar.gz(r-4.6-x86_64)
vroom_1.7.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
vroom/json (API)

# Install 'vroom' in R:
install.packages('vroom', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/tidyverse/vroom/issues

Pkgdown/docs site:https://vroom.tidyverse.org

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

csvcsv-parserfixed-width-texttsvtsv-parsercpp

19.17 score 642 stars 2.3k packages 6.3k scripts 722k downloads 2 mentions 59 exports 21 dependencies

Last updated from:56e0ce23bd. Checks:10 OK, 1 ERROR, 2 NOTE. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK199
linux-devel-x86_64OK204
source / vignettesOK296
linux-release-arm64OK217
linux-release-x86_64OK204
macos-release-arm64OK231
macos-release-x86_64OK260
macos-oldrel-arm64ERROR203
macos-oldrel-x86_64NOTE379
windows-develOK262
windows-releaseOK239
windows-oldrelNOTE246
wasm-releaseOK154

Exports:as.col_speccol_big_integercol_charactercol_datecol_datetimecol_doublecol_factorcol_guesscol_integercol_logicalcol_numbercol_skipcol_timecolscols_condensecols_onlycontainsdate_namesdate_names_langdate_names_langsdefault_localeends_witheverythingfwf_colsfwf_emptyfwf_positionsfwf_widthsgen_charactergen_dategen_datetimegen_doublegen_factorgen_integergen_logicalgen_namegen_numbergen_tblgen_timeguess_typelast_collocalematchesnum_rangeone_ofoutput_columnproblemsspecstarts_withvroomvroom_altrepvroom_examplevroom_examplesvroom_formatvroom_fwfvroom_linesvroom_progressvroom_strvroom_writevroom_write_lines

Dependencies:bitbit64clicpp11crayongluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogressR6rlangtibbletidyselecttzdbutf8vctrswithr

Get started with vroom
Reading files | Reading multiple files | Reading compressed files | Reading individual files from a multi-file zip archive | Reading remote files | Column selection | Reading fixed width files | Column types | Name repair | Writing delimited files | Writing CSV delimited files | Writing compressed files | Reading and writing from standard input and output | Further reading

Last update: 2026-01-16
Started: 2019-03-22

Vroom Benchmarks
How it works | Reading delimited files | Taxi Trip Dataset | Taxi Benchmarks | All numeric data | Long | Wide | All character data | Reading multiple delimited files | Reading fixed width files | United States Census 5-Percent Public Use Microdata Sample files | Census data benchmarks | Writing delimited files | Session and package information

Last update: 2026-01-09
Started: 2019-02-19

Readme and manuals

Help Manual

Help pageTopics
Create column specificationcols cols_only col_big_integer col_character col_date col_datetime col_double col_factor col_guess col_integer col_logical col_number col_skip col_time col_types
Examine the column specifications for a data framecols_condense spec
Create or retrieve date namesdate_names date_names_lang date_names_langs
Generate a random tibblegen_tbl
Generate individual vectors of the types supported by vroomgenerators gen_character gen_date gen_datetime gen_double gen_factor gen_integer gen_logical gen_name gen_number gen_time
Guess the type of a vectorguess_type
Create localesdefault_locale locale
Retrieve parsing problemsproblems
Read a delimited file into a tibblevroom
Show which column types are using Altrepvroom_altrep
Get path to vroom examplesvroom_example vroom_examples
Convert a data frame to a delimited stringvroom_format
Read a fixed-width file into a tibblefwf_cols fwf_empty fwf_positions fwf_widths vroom_fwf
Read lines from a filevroom_lines
Determine whether progress bars should be shownvroom_progress
Structure of objectsvroom_str
Write a data frame to a delimited filevroom_write
Write lines to a filevroom_write_lines