Learn R Programming

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

rio (version 0.1.2)

A Swiss-army knife for data file I/O

Description

Rio is a set of tools aims to simplify the process of importing/exporting data. The import() and export() functions will determine data file format base on the file extension, without the need to select appropriate read/write function for the specific data file format. For example, exporting the iris data into a csv file can be achieved with the following command: export(iris, "iris.csv")

Copy Link

Version

Install

install.packages('rio')

Monthly Downloads

48,174

Version

0.1.2

License

GPL-2

Maintainer

Chung-hong Chan

Last Published

September 4th, 2013

Functions in rio (0.1.2)

import

Reading data frame or matrix from a file
rio

A Swiss-army knife for data file I/O
export

Writing data frame or matrix into a file