| io_yamlet.character | R Documentation |
Imports yamlet.
Character method for io_yamlet.
Similar to read_yamlet, but only reads files.
## S3 method for class 'character'
io_yamlet(
x,
default_keys = getOption("yamlet_default_keys", list("label", "guide")),
...
)
x |
file path for yamlet |
default_keys |
character: default keys for the first n anonymous members of each element |
... |
passed to |
yamlet: a named list with default keys applied
decorate.list
Other io:
io_csv(),
io_csv.character(),
io_csv.data.frame(),
io_res(),
io_res.character(),
io_res.decorated(),
io_table(),
io_table.character(),
io_table.data.frame(),
io_yamlet(),
io_yamlet.data.frame(),
io_yamlet.yamlet()
Other interface:
canonical.decorated(),
classified.data.frame(),
decorate.character(),
decorate.data.frame(),
desolve.decorated(),
enscript.default(),
ggplot.decorated(),
io_csv.character(),
io_csv.data.frame(),
io_res.character(),
io_res.decorated(),
io_table.character(),
io_table.data.frame(),
io_yamlet.data.frame(),
is_parseable.default(),
mimic.default(),
modify.default(),
promote.list(),
read_yamlet(),
resolve.decorated(),
selected.default(),
write_yamlet()
example(io_yamlet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.