Learn R Programming

yamlet (version 1.2.1)

io_res: 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, ...)

Value

See methods.

Arguments

x

object

...

passed arguments

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

Run this code
example(io_res.character)

Run the code above in your browser using DataLab