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



Attach the package and use:
library("rio")
Maintained by
Chung-hong Chan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2013-08-28
Latest Update: 2024-09-25
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.4, https://cran.r-project.org/web/packages/rio. Accessed 11 Mar. 2026.
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), 1.2.3 (2024-09-25 19:20)
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

Today's Hot Picks in Authors and Packages

sorocs  
A Bayesian Semiparametric Approach to Correlated ROC Surfaces
A Bayesian semiparametric Dirichlet process mixtures to estimate correlated receiver operating chara ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
histogram  
Construction of Regular and Irregular Histograms with Different Options for Automatic Choice of Bins
Automatic construction of regular and irregular histograms as described in Rozenholc/Mildenberger/Ga ...
Download / Learn more Package Citations See dependency  
igoR  
Intergovernmental Organizations Database
Tools to extract information from the Intergovernmental Organizations ('IGO') Database , version 3, ...
Download / Learn more Package Citations See dependency  
openNLPdata  
Apache OpenNLP Jars and Basic English Language Models
Apache OpenNLP jars and basic English language models. ...
Download / Learn more Package Citations See dependency  
roptions  
Option Strategies and Valuation
Collection of tools to develop options strategies, value option contracts using the Black-Scholes-Me ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

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