#' Run App of the ggplot2 theme generator
#'
#' @export
#'
theme_generator <- function() {
shiny::runApp(appDir = system.file('theme_generator_app', package='themeGenerator'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.