Learn R Programming

rio (version 0.4.16)

rio: A Swiss-Army Knife for Data I/O

Description

The aim of rio is to make data file I/O in R as easy as possible. export and import serve as a Swiss-army knife for painless data I/O for data from almost any file format by inferring the data structure from the file extension, natively reading web-based data sources, setting reasonable defaults for import and export, and relying on efficient data import and export packages. An additional convenience function, convert, provides a simple method for converting between file types. GREA provides an RStudio add-in to import data using rio.

Arguments

See Also

import, export, convert