Imports a documented table as comma-separated variable.
A wrapper for as.csv.character
that also
reads associated yamlet metadata, if present, and applies it
as attributes.
# S3 method for character
io_csv(x, ext = getOption("yamlet_extension", ".yaml"), ...)
character file path; passed to as.csv.character
(by method dispatch)
extension for metadata equivalent of x
passed to as.csv.character
and to decorate
data.frame
Other io:
io_csv.data.frame()
,
io_csv()
,
io_res.character()
,
io_res()
,
io_table.character()
,
io_table.data.frame()
,
io_table()
,
io_yamlet.character()
,
io_yamlet.data.frame()
,
io_yamlet.yamlet()
,
io_yamlet()
Other interface:
classified.data.frame()
,
decorate.character()
,
decorate.data.frame()
,
desolve.decorated()
,
ggplot.decorated()
,
io_csv.data.frame()
,
io_res.character()
,
io_table.character()
,
io_table.data.frame()
,
io_yamlet.character()
,
io_yamlet.data.frame()
,
is_parseable.default()
,
mimic.default()
,
modify.default()
,
promote.default()
,
read_yamlet()
,
resolve.decorated()
,
selected.default()
,
write_yamlet()
# NOT RUN {
example(io_csv)
# }
Run the code above in your browser using DataLab