getWDPACountryAreas: Get the protected areas in a country from the...

Description Usage Arguments Examples

Description

This function searches the ProtectedPlanet database for protected areas in a country. The country is identified by its ISO code, which can be obtained using the function getWDPACountries().

Usage

1
getWDPACountryAreas(country_iso, filename = NA, api_key)

Arguments

country_iso

The ISO code for the country to search for

filename

Store the list of areas found in this file in CSV format

api_key

ProtectedPlanet.net API key

Examples

1
2
3
4
## Not run: 
regions <- getWDPACountryAreas(country_iso = 'USA', api_key='xxxxxxxxxxx')

## End(Not run)

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