R/app.R

Defines functions run_app

Documented in run_app

#' Run Shiny App
#'
#' Run the Shiny app to estimate total Moose and composition.
#'
#' @examples
#' if (interactive()) {
#'   run_app()
#' }
#'
#' @keywords misc dynamic
#' @export
run_app <- function() {
    shiny::runApp(
        system.file("shiny", package="moosecounter"),
        display.mode = "normal")
}
psolymos/moosecounter documentation built on Feb. 25, 2024, 4:43 p.m.