COW and G&W state lists

knitr::opts_chunk$set(
  echo = FALSE,
  collapse = TRUE,
  comment = "#>"
)

Searchable tables of the Gleditsch & Ward and COW lists of independent states. For something similar in R, see sfind().

library(states)
library(DT)

G&W

data(gwstates)
datatable(gwstates)

COW

data(cowstates)
datatable(cowstates)


Try the states package in your browser

Any scripts or data that you put into this service are public.

states documentation built on Sept. 8, 2023, 5:48 p.m.