| country_list | R Documentation | 
Returns all countries listed in DOPA.
country_list(cache = TRUE)
| cache | Sets the cachce mode:  | 
data.frame of countries with the following columns:
| iso2 | The 2 character ISO code. | 
| iso3 | The 3 character ISO code. | 
| name | The name of the country (english). | 
| gec | The GEC code (deprecated) used by the CIA World Factbook. | 
| minx | Minimum X of extent of the country. | 
| miny | Minimum Y of extent of the country. | 
| maxx | Maximum X of extent of the country. | 
| maxy | Maximum Y of extent of the country. | 
Joona Lehtomaki <joona.lehtomaki@gmail.com>
http://dopa-services.jrc.ec.europa.eu/services/dopa/ehabitat/get_country_list
## Not run: # Get all countries country_list() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.