Skip to contents

Data on Palestine refugees registered under UNRWA’s mandate.

Usage

unrwa

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.

total

The total number of Palestine refugees registered under UNRWA’s mandate.

Details

See the notes on the data structure in the methodology pages for more details.

Examples

unrwa
#> # A tibble: 288 × 8
#>     year coo_name    coo   coo_iso coa_name           coa   coa_iso  total
#>    <dbl> <chr>       <chr> <chr>   <chr>              <chr> <chr>    <dbl>
#>  1  1952 Palestinian GAZ   PSE     Jordan             JOR   JOR     472647
#>  2  1952 Palestinian GAZ   PSE     Lebanon            LEB   LBN     103137
#>  3  1952 Palestinian GAZ   PSE     Syrian Arab Rep.   SYR   SYR      85660
#>  4  1952 Palestinian GAZ   PSE     State of Palestine GAZ   PSE     206014
#>  5  1953 Palestinian GAZ   PSE     Jordan             JOR   JOR     479243
#>  6  1953 Palestinian GAZ   PSE     Lebanon            LEB   LBN     100942
#>  7  1953 Palestinian GAZ   PSE     Syrian Arab Rep.   SYR   SYR      85182
#>  8  1953 Palestinian GAZ   PSE     State of Palestine GAZ   PSE     209229
#>  9  1954 Palestinian GAZ   PSE     Jordan             JOR   JOR     493109
#> 10  1954 Palestinian GAZ   PSE     Lebanon            LEB   LBN     102851
#> # ℹ 278 more rows