| decorations | R Documentation |
Retrieve the decorations of something.
Generic, with method decorations.data.frame.
decorations(x, ...)
x |
object |
... |
passed arguments |
see methods
Other decorate:
as_decorated(),
as_decorated.default(),
decorate(),
decorate.character(),
decorate.data.frame(),
decorate.list(),
decorate_groups(),
decorate_groups.data.frame(),
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))
decorations(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.