powered by
Imports a documented table. A wrapper for read.table() that also reads associated yamlet metadata, if present, and applies it as attributes.
# S3 method for character io_table(x, ext = getOption("yamlet_extension", ".yaml"), ...)
character file path; passed to read.table
read.table
extension for metadata equivalent of x
passed to read.table (if accepted) and to decorate
decorate
data.frame
Other io: io_csv.character(), io_csv.data.frame(), io_csv(), io_table.data.frame(), io_table(), io_yamlet.character(), io_yamlet.data.frame(), io_yamlet.yamlet(), io_yamlet()
io_csv.character()
io_csv.data.frame()
io_csv()
io_table.data.frame()
io_table()
io_yamlet.character()
io_yamlet.data.frame()
io_yamlet.yamlet()
io_yamlet()
Other interface: as_classified.factor(), conditionalize.data.frame(), decorate.character(), decorate.data.frame(), ggplot.decorated(), ggready.data.frame(), io_csv.character(), io_csv.data.frame(), io_table.data.frame(), io_yamlet.character(), io_yamlet.data.frame(), is_parseable.default(), read_yamlet(), resolve.data.frame(), write_yamlet()
as_classified.factor()
conditionalize.data.frame()
decorate.character()
decorate.data.frame()
ggplot.decorated()
ggready.data.frame()
is_parseable.default()
read_yamlet()
resolve.data.frame()
write_yamlet()
# NOT RUN { example(io_table) # }
Run the code above in your browser using DataLab