#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
run_app <- function() {
shiny::runApp(system.file("app", package = "networkedwebsitesdetector"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.