decorations.data.frame: Retrieve Decorations for Data Frame
Description
Retrieve the decorations of a data.frame; i.e., the metadata
used to decorate it. Returns a list with same names as the data.frame.
By default, 'class' and 'level' attributes are excluded from the result,
as you likely don't want to manipulate these independently.
# prepare a decorated data.framefile <- system.file(package = 'yamlet', 'extdata','quinidine.csv')
x <- decorate(file)
# retrieve the decorationsdecorations(x, Subject, time, conc)