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
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
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

odpc  
One-Sided Dynamic Principal Components
Functions to compute the one-sided dynamic principal components ('odpc') introduced in Pe ...
Download / Learn more Package Citations See dependency  
seismic  
Predict Information Cascade by Self-Exciting Point Process
An implementation of self-exciting point process model for information cascades, which occurs when m ...
Download / Learn more Package Citations See dependency  
bootSVD  
Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data
Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
nlstac  
An R Package for Fitting Separable Nonlinear Models
Set of functions implementing the algorithm described in Fernandez Torvisco et al. (2018) for fitti ...
Download / Learn more Package Citations See dependency  
daySupply  
Calculating Days' Supply and Daily Dose of Prescriptions
Allows clinicians and researchers to compute daily dose (and subsequently days' supply) for prescrip ...
Download / Learn more Package Citations See dependency  

22,030

R Packages

186,816

Dependencies

55,244

Author Associations

22,031

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns