Learn R Programming

yamlet (version 1.2.1)

decorations: Retrieve Decorations

Description

Retrieve the decorations of something. Generic, with method decorations.data.frame.

Usage

decorations(x, ...)

Value

see methods

Arguments

x

object

...

passed arguments

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

Run this code
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