R/muskelApp.R

Defines functions muskelApp

Documented in muskelApp

#' Run the muskel Shiny Application
#'
#' @return An object representing the muskel app
#' @export

muskelApp <- function() {
  shiny::shinyApp(ui = appUi, server = appServer)
}
Rapporteket/muskel documentation built on June 9, 2025, 4:49 p.m.