prep_cce | R Documentation |
Pre-Process Chronology of Constitutional Events (CCE) Data
prep_cce(
cce,
cow_fix = TRUE,
evnttype_fix = TRUE,
years = c(min(cce$year), max(cce$year))
)
cce |
A |
cow_fix |
Logical to hardcode changes to CCE cowcode values for Yugoslavia/Serbia, present day Germany, and present day Yemen to match official CoW designations. |
evnttype_fix |
Logical to hardcode (presumed) typos in |
years |
Numeric vector of length 2 to subset data with. |
A data.frame
of pre-processed CCE data.
The Comparative Constitutions Project
cce<-demcon::get_cce(del_file=TRUE, write_out = FALSE)
cce<-demcon::prep_cce(cce, cow_fix = TRUE, evnttype_fix = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.