# NOT RUN {
library(magrittr)
file <- system.file(package = 'yamlet', 'extdata','quinidine.csv')
x <- decorate(file)
x %>% resolve %>% decorations(Age, glyco)
x %>% resolve(glyco) %>% decorations(Age, glyco)
# }
Run the code above in your browser using DataLab