knitr::opts_chunk$set(echo = TRUE) # Accounting for randomness set.seed(777) # Cache by default? knitr::opts_chunk$set(cache = TRUE) knitr::opts_chunk$set(cache.path = "glmanalysiscache") # Figure directory to facilitate versioning of figures knitr::opts_chunk$set(fig.path = "glmanalysisfigs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.