#' @title lancer_mon_app
#'
#' @description This function creates in one line of code a shareable web app to compare supervised regression model performances.
#' @import dplyr
#' @export
lancer_mon_app <- function() {
appDir <- system.file("mon_app", package = "docker.test")
shiny::runApp(appDir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.