io_res {yamlet} | R Documentation |
Import and Export Resolved Tables
Description
Inter-converts between tables as comma-separated variable
and fully resolved data frames.
Generic, with character and data.frame methods that extend io_csv
.
Usage
io_res(x, ...)
Arguments
x |
object |
... |
passed arguments |
Value
See methods.
See Also
Other io:
io_csv()
,
io_csv.character()
,
io_csv.data.frame()
,
io_res.character()
,
io_res.decorated()
,
io_table()
,
io_table.character()
,
io_table.data.frame()
,
io_yamlet()
,
io_yamlet.character()
,
io_yamlet.data.frame()
,
io_yamlet.yamlet()
Examples
example(io_res.character)
[Package yamlet version 1.2.0 Index]