Skip to contents

Reference table of valid values for states and countries, per the NPPES API documentation. In addition, features region and division observations for US states.

Usage

nppes_location_reference

Format

A data frame with 295 rows and 6 variables:

country_abb

NPPES-approved valid abbreviation value for country

country_name

NPPES-approved name value for country

state_abb

NPPES-approved valid abbreviation value for state

state_name

NPPES-approved valid name value for state

state_region

State's region, from base r states dataset

state_division

State's division, from base r states dataset

...