Recode VRBIS Census Tract
recode_ctract.Rd
Remove state and county fips code from census tract for matching/joining.
Examples
recode_ctract("06059099244")
#> [1] "099244"
recode_ctract(as.numeric("06059099244"))
#> [1] "099244"
recode_ctract.Rd
Remove state and county fips code from census tract for matching/joining.
recode_ctract("06059099244")
#> [1] "099244"
recode_ctract(as.numeric("06059099244"))
#> [1] "099244"