Learn R Programming

zipcodeR (version 0.3.5)

get_cd: Get all congressional districts for a given ZIP code

Description

Get all congressional districts for a given ZIP code

Usage

get_cd(zip_code)

Value

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

Arguments

zip_code

A U.S. ZIP code

Examples

Run this code
get_cd("08731")
get_cd("90210")

Run the code above in your browser using DataLab