acs_geoid_crosswalk: ACS Processing/Merging Functions

View source: R/acs.R

acs_geoid_crosswalkR Documentation

ACS Processing/Merging Functions

Description

These functions are not for export.

Usage

acs_geoid_crosswalk(
  df,
  acs_tract = "acs_tract",
  acs_block = "acs_block",
  state_fips = "state_fips",
  county_fips = "county_fips",
  census_tract = "census_tract",
  census_block = "census_block"
)

Arguments

df

Dataframe for crosswalk.

acs_tract

Variable name for ACS tract geoids.

acs_block

Variable name for ACS block geoids.

state_fips

Variable name for state FIPS codes.

county_fips

Variable name for county FIPS codes.

census_tract

Variable name for Census Geocoder tract geoids.

census_block

Variable name for Census Geocoder block geoids.


sysilviakim/Kmisc documentation built on Jan. 28, 2023, 10:58 a.m.