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 15 Apr. 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
03/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for readr18000200002200024000260002800030000320003400036000380004000042000TrendBars

Today's Hot Picks in Authors and Packages

mipplot  
An Open-Source Tool for Visualization of Climate Mitigation Scenarios
Generic functions to produce area/bar/box/line plots of data following IAMC (Integrated Assessment M ...
Download / Learn more Package Citations See dependency  
ffscrapr  
API Client for Fantasy Football League Platforms
Helps access various Fantasy Football APIs by handling authentication and rate-limiting, forming ap ...
Download / Learn more Package Citations See dependency  
Maintainer: Tan Ho (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  
ktsolve  
Configurable Function for Solving Families of Nonlinear Equations
This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The ...
Download / Learn more Package Citations See dependency  
StructFDR  
False Discovery Control Procedure Integrating the Prior Structure Information
Perform more powerful false discovery control (FDR) for microbiome data, taking into account the pri ...
Download / Learn more Package Citations See dependency  
bSims  
Agent-Based Bird Point Count Simulator
A highly scientific and utterly addictive bird point count simulator to test statistical assumptio ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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