get_cd {zipcodeR} | R 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")
[Package zipcodeR version 0.3.5 Index]