Description Usage Arguments Value See Also
View source: R/coc_county_tract_crosswalk.R
Matches Census Tracts to CoCs based on the CoC the center of the Census Tract lies within.
1 | match_tracts_to_cocs(tract_points, coc_boundaries)
|
tract_points |
sf object with the center points of the Census Tracts |
coc_boundaries |
sf object with the CoC boundaries |
A data frame:
tract_fips
: Census Tract FIPS code
coc_number
: CoC number
coc_name
: CoC name
year
: Year
tract_pop
: Census Tract population
tract_poverty_pop
: Census Tract population below poverty line
tract_renting_hh
: Number of renter households in the Census Tract
fetch_tract_data()
, build_tract_crosswalk()
, build_county_crosswalk()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.