rio: A Swiss-army knife for data file I/O

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

Version: 0.1.2
Depends: R (≥ 2.15.0)
Imports: stringr, foreign, testthat
Published: 2013-09-04
Author: Chung-hong Chan, Geoffrey CH Chan
Maintainer: Chung-hong Chan <chainsawtiney at gmail.com>
License: GPL-2
NeedsCompilation: no
Materials: README NEWS
CRAN checks: rio results

Downloads:

Reference manual: rio.pdf
Package source: rio_0.1.2.tar.gz
Windows binaries: r-devel: rio_0.1.2.zip, r-release: rio_0.1.2.zip, r-oldrel: rio_0.1.2.zip
OS X Snow Leopard binaries: r-release: rio_0.1.2.tgz, r-oldrel: rio_0.1.2.tgz
OS X Mavericks binaries: r-release: rio_0.1.2.tgz
Old sources: rio archive