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



Attach the package and use:
library("readr")
Maintained by
Jennifer Bryan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-04-09
Latest Update: 2025-09-03
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.6, https://cran.r-project.org/web/packages/readr. Accessed 04 Aug. 2026.
Previous versions and publish date:
(2026-07-09 06:49), 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), 2.1.5 (2024-01-11 00:20), 2.1.6 (2025-11-14 23:30)
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

Today's Hot Picks in Authors and Packages

rCMA  
R-to-Java Interface for 'CMA-ES'
Tool for providing access to the Java version 'CMAEvolutionStrategy' of Nikolaus Hansen. 'CMA-ES' i ...
Download / Learn more Package Citations See dependency  
GLMMadaptive  
Generalized Linear Mixed Models using Adaptive Gaussian Quadrature
Fits generalized linear mixed models for a single grouping factor under maximum likelihood approxim ...
Download / Learn more Package Citations See dependency  
epigraphdb  
Interface Package for the 'EpiGraphDB' Platform
The interface package to access data from the 'EpiGraphDB' platform. It p ...
Download / Learn more Package Citations See dependency  
Maintainer: Yi Liu (view profile)
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  
ggconf  
Simpler Appearance Modification of "ggplot2"
A flexible interface for ggplot2theme potentially saving 50 of your typing. ...
Download / Learn more Package Citations See dependency  
sValues  
Measures of Sturdiness of Regression Coefficients
Implements the s-values proposed by Ed. Leamer. It provides a context-minimal approach for sensitivi ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

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