Given a vector of ZIP Code Tabulation Areas (ZCTAs), return what
state and county they are in. NOTE: A single ZCTA can span multiple
states and counties.
Usage
get_zcta_metadata(zctas)
Value
A tibble, where each row is a (zcta, county, state) combination.