io {io} | R Documentation |
A unified framework for input-output operations in R
Description
io
provides qread
for reading in data of various types
and qwrite
for writing data to files of various types.
Input or output file types can be inferred from filename extensions or
specified explicity.
Details
Use link{io_supported}
to check wehather a data or file type is
supported.
Both qread
and qwrite
can be readily extended
to support additional types by defining specific S3 methods.
Additionally, qdraw
offers a unified interface for plotting
to screen or various file formats.
[Package io version 0.3.2 Index]