Learn R Programming

zipcodeR (version 0.3.3)

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)

Arguments

zip_code

A U.S. ZIP code

Value

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

Examples

Run this code
# NOT RUN {
get_cd("08731")
get_cd("90210")
# }

Run the code above in your browser using DataLab