fipscounty | R Documentation |
Convert a FIPS County Code to/from a County Name
fipscounty(county = NULL, code = NULL, url = eurl(), ...)
county |
character; A county name. |
code |
numeric; A FIPS code. |
url |
A URL for an ERDDAP server. Default:
https://upwell.pfeg.noaa.gov/erddap/ - See |
... |
Curl options passed on to crul::verb-GET |
## Not run:
fipscounty(code = "06053")
fipscounty(county = "CA, Monterey")
fipscounty(county = "OR, Multnomah")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.