Skip to contents

Example dataset from Australia

Note

Regenerate the data with scripts in the data-raw directory.

Examples

head(od_aus)
#>           Origin Orig_code       Destination Dest_code    Flow vi1_origpop
#> 1 Greater Sydney     1GSYD    Greater Sydney     1GSYD 3395015     4391673
#> 2 Greater Sydney     1GSYD       Rest of NSW     1RNSW   91031     4391673
#> 3 Greater Sydney     1GSYD Greater Melbourne     2GMEL   22601     4391673
#> 4 Greater Sydney     1GSYD       Rest of Vic     2RVIC    4416     4391673
#> 5 Greater Sydney     1GSYD  Greater Brisbane     3GBRI   22888     4391673
#> 6 Greater Sydney     1GSYD       Rest of Qld     3RQLD   27445     4391673
#>   wj1_destpop vi2_origunemp wj2_destunemp vi3_origmedinc wj3_destmedinc
#> 1     4391673          5.74          5.74         780.64         780.64
#> 2     2512952          5.74          6.12         780.64         509.97
#> 3     3999981          5.74          5.47         780.64         407.95
#> 4     1345717          5.74          5.17         780.64         506.58
#> 5     2065998          5.74          5.86         780.64         767.08
#> 6     2253723          5.74          6.22         780.64         446.48
#>   vi4_origpctrent wj4_destpctrent
#> 1           31.77           31.77
#> 2           31.77           27.20
#> 3           31.77           27.34
#> 4           31.77           24.08
#> 5           31.77           33.19
#> 6           31.77           32.57