census_download_us_county_addrfeat_file: Retrieve the ADDRFEAT file for a given place/time

View source: R/local-geocoder.R

census_download_us_county_addrfeat_fileR Documentation

Retrieve the ADDRFEAT file for a given place/time

Description

This function is fragile, expects very specific arguments.

Usage

census_download_us_county_addrfeat_file(
  state,
  county,
  year = "2020",
  cache_dir = workflow::build_dir("census-geocoder-addrfeat-cache")
)

Arguments

state

state geo_id as a string of two numbers

county

county geo_id as a string of three numbers

year

vintage year of requested file as a string of four numbers

Value

path to local cache location of the downlaoded unzipped files


sakrejda/workflow documentation built on Nov. 18, 2024, 3:02 a.m.