Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vroom-package

vroom: Read and Write Rectangular Text Data Quickly


Description

logo

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.

Author(s)

Maintainer: Jim Hester james.f.hester@gmail.com (ORCID)

Authors:

Other contributors:

  • https://github.com/mandreyel/ (mio library) [copyright holder]

  • R Core Team (localtime.c code adapted from R) [contributor]

  • Jukka Jylänki (grisu3 implementation) [copyright holder]

  • Mikkel Jørgensen (grisu3 implementation) [copyright holder]

  • RStudio [copyright holder, funder]

See Also

Useful links:


vroom

Read and Write Rectangular Text Data Quickly

v1.4.0
GPL-3
Authors
Jim Hester [aut, cre] (<https://orcid.org/0000-0002-2739-7082>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), https://github.com/mandreyel/ [cph] (mio library), R Core Team [ctb] (localtime.c code adapted from R), Jukka Jylänki [cph] (grisu3 implementation), Mikkel Jørgensen [cph] (grisu3 implementation), RStudio [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.