fips_to_name: Translate FIPS number to place name

Description Usage Arguments Value

View source: R/diags.R

Description

Translate FIPS number to place name

Usage

1
fips_to_name(fips, level, df)

Arguments

fips

string – US FIPS code length 2 for state or length 5 for county

level

either "state" or "county"

df

a data frame table to translate FIPS to placename. It must have column names STATEFP, STATE_NAME, COUNTYFP, and County.

Value

the placenames corresponding to each FIPS #


spew documentation built on Nov. 17, 2017, 7:36 a.m.