Learn R Programming

crestr (version 1.2.1)

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

Description

Return the list of the continents and associated countries.

Usage

accCountryNames(continent = NA)

Value

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

Arguments

continent

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

See Also

Examples

Run this code
accCountryNames()
accCountryNames('Europe')

Run the code above in your browser using DataLab