accCountryNames: Return the list of the continents and associated countries.

View source: R/dbFixedNames.R

accCountryNamesR Documentation

Return the list of the continents and associated countries.

Description

Return the list of the continents and associated countries.

Usage

accCountryNames(continent = NA)

Arguments

continent

A name of continent. Default is NA and returns a list of all the country names sorted by continent.

Value

A list where each element is a vector of corresponding country names.

See Also

https://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-0-countries/

Examples

accCountryNames()
accCountryNames('Europe')

crestr documentation built on Jan. 6, 2023, 5:23 p.m.