#' Create base report environment with required libraries in scope
#' @import knitr tikzDevice
#' @importFrom kableExtra kable_styling row_spec footnote
report_environment <- function(){
new.env()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.