Learn R Programming

yamlet (version 0.6.5)

decorations: 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.default(), as_decorated(), decorate.character(), decorate.data.frame(), decorate.list(), decorate(), decorations.data.frame(), redecorate()

Examples

Run this code
# NOT RUN {
library(csv)
file <- system.file(package = 'yamlet', 'extdata','quinidine.csv')
x <- decorate(as.csv(file))
decorations(x)
# }

Run the code above in your browser using DataLab