#' @title theme_dviz_half_open()
#'
#' @description ggplot theme taken from https://github.com/clauswilke/dataviz/blob/master/R/themes.R
#' @export
theme_dviz_half_open <- function(font_size = 14, font_family = ""){
cowplot::theme_cowplot(font_size = font_size, font_family = font_family)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.