igo_search_states {igoR} | R Documentation |
Extract all the memberships of a state on a specific date.
igo_search_states(state)
state |
Any valid name or code of a state as specified on
|
A data.frame
.
library(dplyr)
igo_search_states("Spain") %>% as_tibble()
igo_search_states(c(20, 150)) %>% as_tibble()
igo_search_states("congo") %>% as_tibble()
igo_search_states(c("Germany", "papal states")) %>% as_tibble()
igo_search_states(c("FRN", "United Kingdom", 240, "italy")) %>% as_tibble()