igo_search_states: Finds codes and names of a state

View source: R/igo_search_states.R

igo_search_statesR Documentation

Finds codes and names of a state

Description

Extract all the memberships of a state on a specific date.

Usage

igo_search_states(state)

Arguments

state

Any valid name or code of a state as specified on states2016(). It could be also an array of states.

Value

A dataframe.

See Also

states2016().

Examples

igo_search_states("Spain")

igo_search_states(c(20, 150))

igo_search_states("congo")

igo_search_states(c("Germany", "papal states"))

igo_search_states(c("FRN", "United Kingdom", 240, "italy"))

igoR documentation built on April 14, 2023, 5:10 p.m.