match_fips: Try to Match to State FIPS

View source: R/match.R

match_fipsR Documentation

Try to Match to State FIPS

Description

Searches for an exact match and offers the best match if no exact match

Usage

match_fips(state)

Arguments

state

character with state FIPS, Abbreviation, Name, or ANSI

Value

FIPS code if a match is found or character(0) if no match is found

Examples

match_fips('NY')
match_fips('01')

censable documentation built on Nov. 20, 2022, 1:06 a.m.