countries: Get country codes

country_codesR Documentation

Get country codes

Description

Get country codes for all countries in the world.

Usage

country_codes(query=NULL)

Arguments

query

character. A single word that can be used to subset the returned data.frame

Value

data.frame

Examples

cc <- country_codes()
head(cc)

p <- country_codes(query="Per")
p

geodata documentation built on Oct. 13, 2023, 9:07 a.m.