decorations {yamlet} | R Documentation |
Retrieve Decorations
Description
Retrieve the decorations of something.
Generic, with method decorations.data.frame
.
Usage
decorations(x, ...)
Arguments
x |
object |
... |
passed arguments |
Value
see methods
See Also
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()
Examples
library(csv)
file <- system.file(package = 'yamlet', 'extdata','quinidine.csv')
x <- decorate(as.csv(file))
decorations(x)
[Package yamlet version 1.2.5 Index]