getCountryList: Identify polygon name from the worldHires dataset

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Check for names of polygons matching the character provided (usually the name of a country). Usefull prior to performing a getPR operation for identifying the polygon name to use in the query.

Usage

1
getCountryList(country)

Arguments

country

character. Usually the name of a country.

Details

The first letter of polygon names is often capitalized in the worldHires dataset.

Value

A character list

Author(s)

Loïc Dutrieux

See Also

getPR

Examples

1
2
3
4
# PLot Texel island (an island on the coast of the Netherlands)
list <- getCountryList('Netherlands')
list
map('worldHires', list[7], exact=TRUE, fill=TRUE)

loicdtx/VCF documentation built on May 21, 2019, 7:37 a.m.