## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ------------------------------------------------------------------------------------------------------------
### Project local '.Rprofile'. Lives in '.PRJ_ROOT':
if (file.exists('~/.Rprofile')) { # read user's ~/.Rprofile
source('~/.Rprofile')
}
### library containing locally installed packages:
.libPaths('lib/R')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.