R/run_app.R

Defines functions run_app

Documented in run_app

#' Starts the mimosa shiny app
#'
#' @import shiny
#' @export
run_app <- function() {
  shinyApp(
    ui = myui(),
    server = myserver
  )
}

Try the cofad package in your browser

Any scripts or data that you put into this service are public.

cofad documentation built on Sept. 11, 2024, 6:34 p.m.