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.5")



Attach the package and use:
library("vroom")
Maintained by
Jennifer Bryan
[Scholar Profile | Author Map]
First Published: 2019-05-04
Latest Update: 2023-04-28
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.5, https://cran.r-project.org/web/packages/vroom. Accessed 23 Apr. 2025.
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)
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
03/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/22Downloads for vroom140001600018000200002200024000260002800030000320003400036000380004000042000TrendBars

Today's Hot Picks in Authors and Packages

GenomeAdapt  
Detecting Signatures of Local Adaptation Based on Ancestry Trajectories
Portable, scalable and highly computationally efficient tool for detecting signatures of local adapt ...
Download / Learn more Package Citations See dependency  
sociome  
Operationalizing Social Determinants of Health Data for Researchers
Accesses raw data via API and calculates social determinants of health measures for user-specified l ...
Download / Learn more Package Citations See dependency  
miCoPTCM  
Promotion Time Cure Model with Mis-Measured Covariates
Fits Semiparametric Promotion Time Cure Models, taking into account (using a corrected score approa ...
Download / Learn more Package Citations See dependency  
pkgndep  
Analyze Dependency Heaviness of R Packages
A new metric named 'dependency heaviness' is proposed that measures the number of additional depend ...
Download / Learn more Package Citations See dependency  
BLRShiny2  
Interactive Document for Working with Binary Logistic Regression Analysis
An interactive document on the topic of binary logistic regression analysis using 'rmarkdown' and ...
Download / Learn more Package Citations See dependency  
rwt  
"Rice Wavelet Toolbox" Wrapper
Provides a set of functions for 1D and 2D wavelet and filterbank design analysis and processing. Fun ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

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