Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (28 loc) · 1.73 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.73 KB

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")