R/shiny_cpf.R

Defines functions cpfapp

Documented in cpfapp

#' Shiny
#'
#' Runs a basic Interface witch shows the Member States and the total
#' amount of funds for the european Social Cohesion policy by country
#'
#' @return shiny app
#'
#' @export
cpfapp <- function(){

  shiny::runApp(system.file("shiny/cpfapp", package = "cpf"))

}
unimi-dse/4cf839a7 documentation built on Feb. 18, 2020, 9:36 p.m.