get_cd: Get all congressional districts for a given ZIP code

View source: R/zip_lookups.r

get_cdR Documentation

Get all congressional districts for a given ZIP code

Description

Get all congressional districts for a given ZIP code

Usage

get_cd(zip_code)

Arguments

zip_code

A U.S. ZIP code

Value

a named list of two-digit state code and two digit district code

Examples

get_cd("08731")
get_cd("90210")

zipcodeR documentation built on Oct. 4, 2022, 1:05 a.m.