#' Set up the project
#'
#' \code{setup} sources env.R in the repo/project top level folder.
#'
#' @import here
#' @author Ben Anderson, \email{b.anderson@@soton.ac.uk}
#' @export
#' @family utils
#'
setup <- function() {
source(here::here("env.R"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.