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

View source: R/fipscounty.R

fipscountyR Documentation

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: https://upwell.pfeg.noaa.gov/erddap/ - See eurl() for more information

...

Curl options passed on to crul::verb-GET

Examples

 ## Not run: 
fipscounty(code = "06053")
fipscounty(county = "CA, Monterey")
fipscounty(county = "OR, Multnomah")

## End(Not run)

rerddap documentation built on Aug. 23, 2023, 9:06 a.m.