powered by
Convert a FIPS County Code to/from a County Name
fipscounty(county = NULL, code = NULL, url = eurl(), ...)
character; A county name.
numeric; A FIPS code.
A URL for an ERDDAP server. Default: https://upwell.pfeg.noaa.gov/erddap/ - See eurl() for more information
eurl()
Curl options passed on to crul::verb-GET
if (FALSE) { fipscounty(code = "06053") fipscounty(county = "CA, Monterey") fipscounty(county = "OR, Multnomah") }
Run the code above in your browser using DataLab