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]
All associated links for this package
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 21 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  
condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
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  
batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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