Skip to contents

U.S. taxpayer states for 2021 - 2022

Usage

txpyr_sites

Format

a data frame of 5100 observations and three variables:

id

two character state FIPS code

name

two letter state postal code

lon

longitude

lat

latitude

Source

https://www.irs.gov/statistics/soi-tax-stats-migration-data-2021-2022

References

Internal Revenue Service, Statistics of Income Division (2022). SOI Tax Stats - Migration Data. Last accessed October 26, 2024.

Examples

txpyr_sites
#> # A tibble: 50 × 4
#>    id    name     lon   lat
#>    <chr> <chr>  <dbl> <dbl>
#>  1 01    AL     -86.8  32.8
#>  2 02    AK    -152.   63.8
#>  3 04    AZ    -112.   34.3
#>  4 05    AR     -92.4  34.9
#>  5 06    CA    -119.   37.2
#>  6 08    CO    -106.   39.0
#>  7 09    CT     -72.7  41.6
#>  8 10    DE     -75.5  39.0
#>  9 12    FL     -82.5  28.6
#> 10 13    GA     -83.4  32.6
#> # ℹ 40 more rows