opts_knit$get("verbose")
opts_knit$set(verbose = TRUE) # change it
# for unnamed chunks, use 'fig' as the figure prefix
options(knitr.unnamed.chunk.label = "fig")
knit("001-minimal.Rmd") # from https://github.com/yihui/knitr-examples
Run the code above in your browser using DataLab