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



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.0.1, https://cran.r-project.org/web/packages/rio
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)
Other packages that cited rio R package
View rio citation profile
Other R packages that rio depends, imports, suggests or enhances
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

Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  
bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
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  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns