powered by
Search ZIP codes for a county
search_county(county_name, state_abb, ...)
tibble of all ZIP codes for given county name
Name of a county within a U.S. state
Two-digit code for a U.S. state
if the parameter similar = TRUE, then send the parameter max.distance to the base function agrep. Default is 0.1.
middlesex <- search_county("Middlesex", "NJ") alameda <- search_county("alameda", "CA") search_county("ST BERNARD", "LA", similar = TRUE)$zipcode
Run the code above in your browser using DataLab