Skip to contents

Remove state and county fips code from census tract for matching/joining.

Usage

recode_ctract(col)

Arguments

col

Expects "Residence Census Tract 2010" variable from VRBIS dataset.

Value

Recoded census tract as character.

Examples

recode_ctract("06059099244")
#> [1] "099244"
recode_ctract(as.numeric("06059099244"))
#> [1] "099244"