Other packages > Find by keyword >

vroom  

Read and Write Rectangular Text Data Quickly
View on CRAN: Click here


Download and install vroom package within the R console
Install from CRAN:
install.packages("vroom")

Install from Github:
library("remotes")
install_github("cran/vroom")

Install by package version:
library("remotes")
install_version("vroom", "1.6.7")



Attach the package and use:
library("vroom")
Maintained by
Jennifer Bryan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-05-04
Latest Update: 2023-12-05
Description:
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.
How to cite:
Jennifer Bryan (2019). vroom: Read and Write Rectangular Text Data Quickly. R package version 1.6.7, https://cran.r-project.org/web/packages/vroom. Accessed 05 Jun. 2026.
Previous versions and publish date:
1.0.0 (2019-05-04 19:10), 1.0.1 (2019-05-14 23:00), 1.0.2 (2019-06-28 09:51), 1.2.0 (2020-01-13 23:40), 1.2.1 (2020-05-13 00:00), 1.3.0 (2020-08-14 12:30), 1.3.1 (2020-08-27 07:10), 1.3.2 (2020-09-30 22:00), 1.4.0 (2021-02-01 07:10), 1.5.0 (2021-06-14 16:10), 1.5.1 (2021-06-22 21:00), 1.5.2 (2021-07-08 19:30), 1.5.3 (2021-07-14 06:30), 1.5.4 (2021-08-05 22:00), 1.5.5 (2021-09-14 16:20), 1.5.6 (2021-11-10 17:20), 1.5.7 (2021-11-30 15:20), 1.6.0 (2022-09-30 16:50), 1.6.1 (2023-01-22 22:00), 1.6.3 (2023-04-29 00:20), 1.6.4 (2023-10-02 16:30), 1.6.5 (2023-12-06 00:50), 1.6.6 (2025-09-19 09:30), 1.6.7 (2025-11-28 15:10), 1.7.0 (2026-01-27 12:40)
Other packages that cited vroom R package
View vroom citation profile
Other R packages that vroom depends, imports, suggests or enhances
Complete documentation for vroom
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA