Learn R Programming

rerddap (version 0.3.0)

fipscounty: Convert a FIPS County Code to/from a County Name

Description

Convert a FIPS County Code to/from a County Name

Usage

fipscounty(county = NULL, code = NULL, url = eurl(), ...)

Arguments

county
character; A county name.
code
numeric; A FIPS code.
url
A URL for an ERDDAP server. Default: http://upwell.pfeg.noaa.gov/erddap/
...
Curl args passed on to GET

Examples

Run this code
fipscounty(code = "06053")
fipscounty(county = "CA, Monterey")
fipscounty(county = "OR, Multnomah")

Run the code above in your browser using DataLab