Other packages > Find by keyword >

rio  

A Swiss-Army Knife for Data I/O
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("rio", "1.2.3")



Attach the package and use:
library("rio")
Maintained by
Chung-hong Chan
[Scholar Profile | Author Map]
First Published: 2013-08-28
Latest Update: 2023-09-19
Description:
Streamlined data import and export by making assumptions that the user is probably willing to make: 'import()' and 'export()' determine the data structure from the file extension, reasonable defaults are used for data import and export (e.g., 'stringsAsFactors=FALSE'), web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly without explicit decompression, and fast import packages are used where appropriate. An additional convenience function, 'convert()', provides a simple method for converting between file types.
How to cite:
Chung-hong Chan (2013). rio: A Swiss-Army Knife for Data I/O. R package version 1.2.3, https://cran.r-project.org/web/packages/rio. Accessed 23 Apr. 2025.
Previous versions and publish date:
0.1.1 (2013-08-28 14:02), 0.1.2 (2013-09-04 07:27), 0.2 (2015-05-07 12:46), 0.3.0 (2016-01-14 10:52), 0.4.0 (2016-05-01 18:32), 0.4.3 (2016-05-19 19:56), 0.4.5 (2016-05-20 23:59), 0.4.6 (2016-05-22 17:24), 0.4.8 (2016-06-14 12:08), 0.4.11 (2016-08-09 13:08), 0.4.12 (2016-08-10 13:51), 0.4.16 (2016-09-25 17:24), 0.5.0 (2017-04-28 15:13), 0.5.5 (2017-06-18 15:20), 0.5.9 (2018-02-01 23:46), 0.5.10 (2018-03-29 17:33), 0.5.15 (2018-11-25 23:10), 0.5.16 (2018-11-26 06:30), 0.5.26 (2021-03-01 22:40), 0.5.27 (2021-06-21 09:10), 0.5.29 (2021-11-22 08:40), 0.5.30 (2023-08-29 19:20), 1.0.0 (2023-09-15 01:00), 1.0.1 (2023-09-19 13:20), 1.1.0 (2024-05-23 13:10), 1.1.1 (2024-06-05 19:00), 1.2.0 (2024-07-24 11:30), 1.2.1 (2024-07-27 01:20), 1.2.2 (2024-08-19 16:10)
Other packages that cited rio R package
View rio citation profile
Other R packages that rio depends, imports, suggests or enhances
Complete documentation for rio
Downloads during the last 30 days
03/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/21Downloads for rio500100015002000250030003500TrendBars

Today's Hot Picks in Authors and Packages

sociome  
Operationalizing Social Determinants of Health Data for Researchers
Accesses raw data via API and calculates social determinants of health measures for user-specified l ...
Download / Learn more Package Citations See dependency  
miCoPTCM  
Promotion Time Cure Model with Mis-Measured Covariates
Fits Semiparametric Promotion Time Cure Models, taking into account (using a corrected score approa ...
Download / Learn more Package Citations See dependency  
ODEnetwork  
Network of Differential Equations
Simulates a network of ordinary differential equations of order two. The package provides an easy i ...
Download / Learn more Package Citations See dependency  
BLRShiny2  
Interactive Document for Working with Binary Logistic Regression Analysis
An interactive document on the topic of binary logistic regression analysis using 'rmarkdown' and ...
Download / Learn more Package Citations See dependency  
pkgndep  
Analyze Dependency Heaviness of R Packages
A new metric named 'dependency heaviness' is proposed that measures the number of additional depend ...
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  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

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