Description Usage Arguments Examples
This function returns the data for a country in the ProtectedPlanet database. The country is identified by its ISO code, which can be obtained using the function getWDPACountries()
.
1 | getWDPACountry(country_iso, with_geometry = TRUE, filename = NA, api_key)
|
country_iso |
The ISO code for the country to search for |
with_geometry |
Boolean to return the geometry of the country |
filename |
If |
api_key |
ProtectedPlanet.net API key |
1 2 3 4 | ## Not run:
regions <- getWDPACountry(country_iso = 'USA', api_key='xxxxxxxxxxx')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.