Skip to contents

This dataset codifies US states and territories.

Usage

flusight_location_table

Format

A tibble with 58 rows and 3 columns:

location_code

The name of the location

short_name

Two letter code for the location

long_name

The full name of the location

Source

Originally downloaded from https://www2.census.gov/geo/docs/reference/state.txt

Examples

data(flusight_location_table)
head(flusight_location_table)
#> # A tibble: 6 × 3
#>   location_code short_name long_name    
#>   <chr>         <chr>      <chr>        
#> 1 US            US         United States
#> 2 01            AL         Alabama      
#> 3 02            AK         Alaska       
#> 4 04            AZ         Arizona      
#> 5 05            AR         Arkansas     
#> 6 06            CA         California