#' 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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.