# NOT RUN {
library(chronicle)
html_chunk <- add_chunk(fun = chronicle::make_barplot,
params = list(dt = 'iris',
value = 'Sepal.Width',
bars = 'Species'))
cat(html_chunk)
# }
Run the code above in your browser using DataLab