#' @export
shoggr <- function(launch.browser = getOption("shiny.launch.browser", interactive())) {
appDir <- system.file("shoggr", package = "loggr")
if (appDir == "") {
stop("Could not find directory. Try re-installing `loggr`.", call. = FALSE)
}
shiny::runApp(appDir, display.mode = "normal", launch.browser = launch.browser)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.