Skip to contents

U.S. interstate taxpayer migration data from IRS tax returns for 2021 - 2022

Usage

txpyr_flows

Format

a data frame of 5100 observations and three variables:

dest

two character FIPS code for the destination state

origin

two character FIPS code for the origin state

count

number of persons

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_flows
#> # A tibble: 5,100 × 3
#>    dest  origin count
#>    <chr> <chr>  <dbl>
#>  1 01    02       518
#>  2 01    02       518
#>  3 01    04      1664
#>  4 01    04      1664
#>  5 01    05       943
#>  6 01    05       943
#>  7 01    06      5422
#>  8 01    06      5422
#>  9 01    08      2474
#> 10 01    08      2474
#> # ℹ 5,090 more rows