rwdpa

knitr::opts_chunk$set(
  warning = FALSE,
  message = FALSE,
  collapse = TRUE,
  comment = "#>"
)

Build Status

rwdpa - World Database of Protected Areas (WDPA)

WPDA is hosted at https://www.protectedplanet.net/

API:

Package API:

cat(paste(" -", paste(getNamespaceExports("rwdpa"), collapse = "\n - ")))

Install

Development version from Github

devtools::install_github("ropenscilabs/rwdpa")
library("rwdpa")

Fetch files by ID

Default is file type csv

wdpa_fetch(id = 76200, type = "csv")

But you can also get shapefile or kml

Meta

ropensci_footer



ropenscilabs/rwdpa documentation built on May 18, 2022, 8:31 p.m.