| undecorate.default | R Documentation |
Undecorates by default method. Calls type.convert to
each element, with as.is = TRUE by default.
## Default S3 method:
undecorate(x, as.is = TRUE, ...)
x |
object |
as.is |
passed to |
... |
passed arguments |
a list-like object, typically data.frame
Other decorate:
as_decorated(),
as_decorated.default(),
decorate(),
decorate.character(),
decorate.data.frame(),
decorate.list(),
decorate_groups(),
decorate_groups.data.frame(),
decorations(),
decorations.data.frame(),
decorations_groups(),
decorations_groups.data.frame(),
group_by_decorations(),
group_by_decorations.data.frame(),
redecorate(),
undecorate()
file <- system.file(package = 'yamlet', 'extdata','xanomeline.csv.gz')
x <- io_csv(file)
head(decorations(x))
head(decorations(undecorate(x)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.