R/runmApp.R

Defines functions runmApp

Documented in runmApp

#' Launch the small area mApp
#'
#' Launch the small area mApp Shiny application locally and use Bayesian spatial models to spatially analyze health data
#'
#' @export
#'
#' @examples
runmApp <- function() {
  system.file('smallareamapp', 'dp_prepv2.R', package='smallareamapp')
  shiny::runApp(system.file('smallareamapp', package='smallareamapp'))
}
jdsimkin04/smallareamapp documentation built on May 31, 2022, 1:51 p.m.