DOCNAME = knitr::current_input() knitr::opts_chunk$set(autodep = TRUE, cache = FALSE, cache.path = paste0("cache/", DOCNAME, "/"), cache.comments = TRUE, echo = TRUE, error = FALSE, fig.align = "center", fig.path = paste0("../reports/figures/", DOCNAME, "/"), fig.width = 10, fig.height = 8, message = FALSE, warning = FALSE)
Here is what I am going to do...
devtools::session_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.