Learn R Programming

⚠️There's a newer version (1.2.4) of this package.Take me there.

rio (version 0.4.5)

A Swiss-Army Knife for Data I/O

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.

Copy Link

Version

Install

install.packages('rio')

Monthly Downloads

54,232

Version

0.4.5

License

GPL-2

Maintainer

Thomas J. Leeper

Last Published

May 20th, 2016

Functions in rio (0.4.5)

rio

A Swiss-Army Knife for Data I/O
export

Export
convert

Convert from one file format to another
gather_attrs

Gather attributes from data.frame variables
extensions

rio Extensions
import

Import