Gleditsch-Ward (Independent States) System Membership Data (1816-2017)
Source:R/data.R
gw_states.RdThese are the independent states in Gleditsch and Ward's data.
Format
A data frame with 216 observations on the following 5 variables.
gwcodea numeric vector for the Gleditsch-Ward country code
stateabba character vector for state abbreviation
statenamea character vector for the state name
startdatethe start date in the data
enddatethe end date in the data
Details
Data originally provided by Gleditsch with no column names. Column names
were added before some light re-cleaning in order to generate these data.
"Wuerttemberg" and "Cote D'Ivoire" in the statename column needed to be
renamed to ensure maximal compliance with CRAN, which raises notes for
every non-ASCII character that appears in its package. I do not think this
to be problematic at all and, after all, state names should never be
a basis for something like a match or merge you would do in
countrycode.
The functions that previously used these data no longer use these data. They instead use a copy of the data in the isard package I also maintain.