searchWDPA: Search protected areas

Description Usage Arguments Examples

Description

Search protected areas in the WDPA database that match a set of parameters.

Usage

1
2
3
searchWDPA(marine = NA, country = NA, designation = NA,
  jurisdiction = NA, governance = NA, iucn_category = NA, filename = NA,
  api_key)

Arguments

marine

If TRUE, returns marine protected areas. If FALSE, returns terrestrial protected areas. Default is to return both.

country

Returns areas matching the ISO3 code of the country.

designation

Returns areas designated with the designation id (integer).

jurisdiction

Returns areas designated with the jurisdiction code (integer).

governance

Returns areas designated with the governance code (integer).

iucn_category

Returns areas designated with the IUCN category code (integer).

filename

Filename to store the results

api_key

ProtectedPlanet.net API key

Examples

1
2
3
4
## Not run: 
searchWDPA(marine = TRUE, country = 'CUB', filename = 'CUB.csv', api_key='xxxxxxxxxxx')

## End(Not run)

ljvillanueva/rWDPA documentation built on May 21, 2019, 7:33 a.m.