powered by
Writes data.frame attributes as yamlet. The data.frame method for io_yamlet. Similar to write_yamlet, but returns (description of) con.
io_yamlet
write_yamlet
con
# S3 method for data.frame io_yamlet( x, con = stdout(), eol = "\n", useBytes = FALSE, default_keys = getOption("yamlet_default_keys", list("label", "guide")), fileEncoding = getOption("encoding"), ... )
data.frame
passed to writeLines
writeLines
end-of-line; passed to writeLines as sep
sep
character: default keys for the first n anonymous members of each element
if con is character, passed to file as encoding
file
encoding
passed to as_yamlet
as_yamlet
invisible character representation of yamlet (storage syntax)
Other interface: classified.data.frame(), decorate.character(), decorate.data.frame(), desolve.decorated(), ggplot.decorated(), io_csv.character(), io_csv.data.frame(), io_res.character(), io_table.character(), io_table.data.frame(), io_yamlet.character(), is_parseable.default(), mimic.default(), modify.default(), promote.default(), read_yamlet(), resolve.decorated(), selected.default(), write_yamlet()
classified.data.frame()
decorate.character()
decorate.data.frame()
desolve.decorated()
ggplot.decorated()
io_csv.character()
io_csv.data.frame()
io_res.character()
io_table.character()
io_table.data.frame()
io_yamlet.character()
is_parseable.default()
mimic.default()
modify.default()
promote.default()
read_yamlet()
resolve.decorated()
selected.default()
write_yamlet()
Other io: io_csv.character(), 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.yamlet(), io_yamlet()
io_csv()
io_res()
io_table()
io_yamlet.yamlet()
io_yamlet()
# NOT RUN { library(csv) file <- system.file(package = 'yamlet', 'extdata','quinidine.csv') x <- decorate(file) out <- file.path(tempdir(), 'out.yamlet') io_yamlet(x, out) io_yamlet(out) # }
Run the code above in your browser using DataLab