redist.county.id: Create County IDs

View source: R/counties.R

redist.county.idR Documentation

Create County IDs

Description

Create County IDs

Usage

redist.county.id(counties)

Arguments

counties

vector of counties, required.

Value

A vector with an ID that corresponds from 1:n counties

Examples

set.seed(2)
counties <- sample(c(rep("a", 20), rep("b", 5)))
redist.county.id(counties)


kosukeimai/redist documentation built on March 28, 2024, 7:36 a.m.