include.dependencies <- function(){
#' @title Internal handling of dependencies
#'
#' @description Seems like this is needed in addition to the import list in the DESCRIPTION file, so keeping them all together in one place.
#' @import dplyr
#' @import tidyverse
#' @import knitr
#' @import RODBC
#' @import plotly
#' @return Nothing returned.
#' @export
print("including dependencies")
} # end function include.dependencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.