# NOT RUN {
tf <- tempfile(fileext = ".html")
## Run the built-in R Markdown script without refitting models.
## To re-fit the models, set refit = TRUE
## (NB: refitting can take ~ 24 hours)
reproduce_analysis(tf)
browseURL(tf)
## clean up
if (file.exists(tf)) file.remove(tf)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab