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: