R/ppcSpatial.R

Defines functions Launch_ppcSpatial

Documented in Launch_ppcSpatial

#'@title Spatial Analysis of Pakistan Population Census 2017
#'
#'@description GUI for Pakistan Population Census 2017.
#'
#'@import shiny
#'@export

Launch_ppcSpatial <- function() {
  runApp(
        appDir = system.file(
                      "ppcSpatialShinyApp"
                     , package = "ppcSpatial"
                     )
      , launch.browser = TRUE
      )

}

Try the ppcSpatial package in your browser

Any scripts or data that you put into this service are public.

ppcSpatial documentation built on April 29, 2023, 9:17 a.m.