Learn R Programming

yamlet (version 0.5.3)

print.decorations: Print Decorations

Description

Prints decorations. Coerces to yamlet and prints result.

Usage

# S3 method for decorations
print(x, ...)

Arguments

x

decorations, i.e. a named list of class 'decorations'

...

ignored

Value

invisible x (yamlet)

See Also

Other decorate: as_decorated.default(), as_decorated(), decorate.character(), decorate.data.frame(), decorate.list(), decorate(), decorations.data.frame(), decorations(), redecorate()

Examples

Run this code
# NOT RUN {
example(decorations.data.frame)
# }

Run the code above in your browser using DataLab