Checklist before proceeding
Brief description of the problem
Congo Brazzaville and Sao Tome don't get coded correctly by code_states()
Please include a minimal reproducible example (AKA a reprex).
emptyStateID <- subset(manyios::memberships$MIGO, is.na(stateID))
unique(emptyStateID$StateName)
## [1] "Congo Brazzaville" "SA£o TomA(100) PrA-ncipe"
Checklist before proceeding
Brief description of the problem
Congo Brazzaville and Sao Tome don't get coded correctly by
code_states()Please include a minimal reproducible example (AKA a reprex).