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]
All associated links for this package
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 18 Feb. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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