R/shiny.R

Defines functions sampleGUI

Documented in sampleGUI

#' Sample GUI
#'
#' Runs a Graphical User Interface to show comparison between cost of living among different major cities of the world.
#'
#' @return shiny app
#'
#' @export
sampleGUI <- function(){

  shiny::runApp(system.file("shiny/sampleGUI", package = "citycostanalysis"))

}
unimi-dse/ea34b421 documentation built on Feb. 23, 2020, 2:49 a.m.