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 06 Nov. 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

ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
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  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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