Learn R Programming

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

rio (version 0.2)

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

33,557

Version

0.2

License

GPL-2

Maintainer

Thomas J. Leeper

Last Published

May 7th, 2015

Functions in rio (0.2)

rio

A Swiss-army knife for data I/O
import

Read data.frame or matrix from a file
export

Write data.frame or matrix to a file
convert

Convert from one file format to another