R/launchApp.R

#' @title Launch the mix_modeler app
#' @export
#' @examples
#' MixModeler::launch()
launch = function(){
    shiny::shinyAppFile(
        system.file(
            paste0("mix_modeler", "/app.R"),
            package = 'MixModeler',
            mustWork = TRUE
        )
    )
}
zhuchcn/MixModeler documentation built on May 24, 2019, 8:53 a.m.