powered by
Retrieve the decorations of something. Generic, with method decorations.data.frame.
decorations.data.frame
decorations(x, ...)
object
passed arguments
see methods
Other decorate: as_decorated.default(), as_decorated(), decorate.character(), decorate.data.frame(), decorate.list(), decorate(), decorations.data.frame(), redecorate()
as_decorated.default()
as_decorated()
decorate.character()
decorate.data.frame()
decorate.list()
decorate()
decorations.data.frame()
redecorate()
# 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