# NOT RUN {
if(interactive()){
before = tibble(c(1,2))
after = tibble(c(2,8))
col = tibble(c("#000","#F82"))
id = tibble(c("",""))
lwd = tibble(c(1,5))
xlim = tibble(c(0,0))
rcpp_throwchart(before,after,col,id,lwd,xlim,0,path.package("DataViz"))}
# }
Run the code above in your browser using DataLab