knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

gmappr

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.

Some notes

Installation

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.



discindo/gmappr documentation built on Nov. 4, 2019, 10:54 a.m.