Data on solutions record those refugees and IDPs that have availed a durable solution.
Format
A tibble.
- year
The year (e.g. 2020).
- coo_name
Country of origin name.
- coo
Country of origin UNHCR code.
- coo_iso
Country of origin ISO code.
- coa_name
Country of asylum name.
- coa
Country of asylum UNHCR code.
- coa_iso
Country of asylum ISO code.
- returned_refugees
The number of refugee returnees.
- resettlement
The number of resettlement arrivals.
- naturalisation
The number of refugees that have naturalised.
- returned_idps
The number of IDP returnees.
Details
See the notes on the data structure in the methodology pages for more details.
Examples
solutions
#> # A tibble: 15,481 × 11
#> year coo_name coo coo_iso coa_name coa coa_iso returned_refugees
#> <dbl> <chr> <chr> <chr> <chr> <chr> <chr> <dbl>
#> 1 1959 Albania ALB ALB Canada CAN CAN NA
#> 2 1959 Egypt ARE EGY Canada CAN CAN NA
#> 3 1959 Austria AUS AUT Canada CAN CAN NA
#> 4 1959 Bulgaria BUL BGR Canada CAN CAN NA
#> 5 1959 Czechia CZE CZE Canada CAN CAN NA
#> 6 1959 Estonia EST EST Canada CAN CAN NA
#> 7 1959 Finland FIN FIN Canada CAN CAN NA
#> 8 1959 Germany GFR DEU Canada CAN CAN NA
#> 9 1959 Greece GRE GRC Canada CAN CAN NA
#> 10 1959 Hungary HUN HUN Canada CAN CAN NA
#> # ℹ 15,471 more rows
#> # ℹ 3 more variables: resettlement <dbl>, naturalisation <dbl>,
#> # returned_idps <dbl>