| decorate | R Documentation |
Decorates a list-like object. Generic.
See decorate.character.
decorate(x, ...)
x |
object |
... |
passed arguments |
a list-like object, typically data.frame
Other decorate:
as_decorated(),
as_decorated.default(),
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()
library(csv)
file <- system.file(package = 'yamlet', 'extdata','quinidine.csv')
x <- decorate(as.csv(file))
identical(decorate(as.csv(file)), decorate(file))
decorations(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.