R/lassopmm_app.R

#' 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")
}
EBukin/lassopmm documentation built on June 12, 2019, 9:51 a.m.