redist.county.id | R Documentation |
Create County IDs
redist.county.id(counties)
counties |
vector of counties, required. |
A vector with an ID that corresponds from 1:n counties
set.seed(2)
counties <- sample(c(rep("a", 20), rep("b", 5)))
redist.county.id(counties)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.