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