R/Appshiny.R

#'Expenditure Education
#'
#'@description
#'This function permits to the user to launch the shiny app.
#'Through this app, there will be printed out three different graphs, depending on the choice of the user. User, in fact, can choose three different years and according to them, shiny will run a different plot for the countries in consideration.
#'@return shiny app
#'@example ExpEdu()
#'
#'@export


ExpEdu <- function (){
  shiny::runApp(system.file("App", package = "ExpenditureEducation"), launch.browser = T)
}
unimi-dse/862b54b8 documentation built on Feb. 16, 2020, 4:44 a.m.