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

gadmr: An R Interface to the GADM Map Repository

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. lifecycle CRAN status CRAN CRAN Travis build status AppVeyor build status Coverage status

GADM wants to map the administrative areas of all countries, at all levels of sub-division. GADM provides maps and spatial data for all countries and their sub-divisions for download from its website. This package facilitates access to these maps and spatial data for download in R.

Installation

You can install the development version of gadmr from GitHub with:

if(!require(remotes)) install.packages("remotes")
if(!require(gadmr)) remotes::install_github("SpatialWorks/gadmr")


SpatialWorks/gadmr documentation built on Sept. 1, 2019, 12:11 a.m.