Learn R Programming

censable (version 0.0.5)

match_name: 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)

Value

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

Arguments

state

character with state FIPS, Abbreviation, Name, or ANSI

Examples

Run this code
match_name('NY')
match_name('01')

Run the code above in your browser using DataLab