match_name: Try to Match to State Name

View source: R/match.R

match_nameR Documentation

Try to Match to State Name

Description

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

Usage

match_name(state)

Arguments

state

character with state FIPS, Abbreviation, Name, or ANSI

Value

Name if a match is found or character(0) if no match is found

Examples

match_name('NY')
match_name('01')

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