R/runapp_wellber.R

Defines functions launch.wellber

Documented in launch.wellber

#' Launches shiny app to compare country well-being data
#'
#' @return Nothing is returned but the app is run
#' @export
launch.wellber <- function() {
  app.dir <- system.file("wellber_app", package = "wellber")
  shiny::runApp(app.dir, display.mode = "normal")
}
jovard/wellber documentation built on May 20, 2019, 5:43 p.m.