R/lancer_mon_app.R

Defines functions lancer_mon_app

Documented in lancer_mon_app

#' @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")

  }
JeanBertinR/Dockerize-shiny-app documentation built on Oct. 30, 2019, 7:37 p.m.