io_table.data.frame: Export Documented Table

View source: R/io_table.R

io_table.data.frameR Documentation

Export Documented Table

Description

Exports a data.frame and a yamlet version of its decorations. A wrapper for write.table.

Usage

## S3 method for class 'data.frame'
io_table(
  x,
  file = "",
  ext = getOption("yamlet_extension", ".yaml"),
  meta = stdout(),
  useBytes = FALSE,
  default_keys = getOption("yamlet_default_keys", list("label", "guide")),
  ...
)

Arguments

x

data.frame

file

passed to write.table

ext

= extension for metadata equivalent of x

meta

passed as con to io_yamlet

useBytes

passed to io_yamlet

default_keys

passed to io_yamlet

...

passed to write.table (if accepted) and to io_yamlet

Value

invisible(file)

See Also

Other io: io_csv.character(), io_csv.data.frame(), io_csv(), io_res.character(), io_res.decorated(), io_res(), io_table.character(), io_table(), io_yamlet.character(), io_yamlet.data.frame(), io_yamlet.yamlet(), io_yamlet()

Other interface: canonical.decorated(), classified.data.frame(), decorate.character(), decorate.data.frame(), desolve.decorated(), ggplot.decorated(), io_csv.character(), io_csv.data.frame(), io_res.character(), io_res.decorated(), io_table.character(), io_yamlet.character(), io_yamlet.data.frame(), is_parseable.default(), mimic.default(), modify.default(), promote.list(), read_yamlet(), resolve.decorated(), scripted.default(), selected.default(), write_yamlet()

Examples

example(io_table)

bergsmat/yamlet documentation built on Feb. 18, 2024, 5:50 a.m.