Other packages > Find by keyword >

readr  

Read Rectangular Text Data
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("readr", "2.1.5")



Attach the package and use:
library("readr")
Maintained by
Jennifer Bryan
[Scholar Profile | Author Map]
First Published: 2015-04-09
Latest Update: 2024-01-10
Description:
The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.
How to cite:
Jennifer Bryan (2015). readr: Read Rectangular Text Data. R package version 2.1.5, https://cran.r-project.org/web/packages/readr. Accessed 26 Mar. 2025.
Previous versions and publish date:
0.1.0 (2015-04-09 01:03), 0.1.1 (2015-05-29 16:27), 0.2.0 (2015-10-20 11:44), 0.2.1 (2015-10-21 10:02), 0.2.2 (2015-10-22 08:24), 1.0.0 (2016-08-03 17:55), 1.1.0 (2017-03-22 20:24), 1.1.1 (2017-05-16 21:04), 1.2.0 (2018-11-22 09:40), 1.2.1 (2018-11-22 15:30), 1.3.0 (2018-12-11 10:20), 1.3.1 (2018-12-21 10:40), 1.4.0 (2020-10-05 10:50), 2.0.0 (2021-07-20 10:10), 2.0.1 (2021-08-10 17:40), 2.0.2 (2021-09-27 16:10), 2.1.0 (2021-11-11 15:50), 2.1.1 (2021-11-30 18:00), 2.1.2 (2022-01-30 23:30), 2.1.3 (2022-10-01 15:40), 2.1.4 (2023-02-10 10:20)
Other packages that cited readr R package
View readr citation profile
Other R packages that readr depends, imports, suggests or enhances
Complete documentation for readr
Downloads during the last 30 days
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for readr2000022000240002600028000300003200034000360003800040000TrendBars

Today's Hot Picks in Authors and Packages

sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  
MGL  
Module Graphical Lasso
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency  
fPortfolio  
Rmetrics - Portfolio Selection and Optimization
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
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  
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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