knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
A shiny app to plot maps with data. Currently plots only North Macedonia but can be easily extended. The app can be found online here: https://novica.shinyapps.io/nmkmappr/.
This is a version using {golem} -- that's what the 'g' stands for. Otherwise it is the same app as https://github.com/discindo/mappr.
The map data are from https://wambachers-osm.website/boundaries/
The demo data are from http://www.stat.gov.mk/
You can install the released version of gmappr from github with:
devtools::install_github("discindo/gmappr", build=FALSE)
Note: build=FALSE
is needed because https://github.com/r-lib/remotes/issues/262.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.