#' Run shiny app with the lassopmm functionality
#'
#' @export
#'
lassopmm_app <- function() {
appDir <- system.file("shiny", "lassopmm_app", package = "lassopmm")
shiny::runApp(appDir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.