knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(unhcrdatapackage)

Chart Library: Top Questions

Plot Population type per year

population_type_per_year(start_year = 2010,
                  country_asylum_iso3c = "PAN",
                  pop_type = c("REF", 
                               "ASY", 
                               "VDA", 
                               "OOC",
                               "STA",
                               "IDP"
                               )
                  )

Plot Main country of origin - Absolute value

population_type_abs(year = 2020,
                    country_asylum_iso3c = "USA",
                    top_n_countries = 4,
                    pop_type = "REF"
                    ) 

Plot Main country of origin - Percentage

population_type_perc(year = 2021,
                    country_asylum_iso3c = "BRA",
                    top_n_countries = 9,
                    pop_type = "REF"
                    ) 

Plot Increases and Decreases in Population Groups

diff_pop(year = 2021,
         country_asylum_iso3c = "USA",
         pop_type = c("REF", "ASY")
         )

Top Refugee hosting Countries

Top_Refugee_hosting_Countries

Tree Map of Categories

Tree_Map_of_Categories

Where do Refugees go?

Where_do_Refugees_go

Evolution

Biggest decrease in Refugee Population

Biggest_decrease_in_Refugee_Population

Biggest increase in Refugee Population

Biggest_increase_in_Refugee_Population

Comparison over time by Region

Comparison over_time_by_Region

Evolution over time of the different Population of Concern

Evolution_Category

Evolution by Country of Origin

Evolution_by_Country_of_Origin

Refugee Over time

Refugee_Over_time

Smootheed Evolution over time

Smootheed_Evolution_over_time

Demographics

Refugees Age Pyramid

Refugees_Age_Pyramid

Status Determination

Asylum Processing

Asylum_processing

Refugee Recognition rate

Refugee_Recognition_rate

Refugee Status Determination Application

Refugee_Status_Determination_Application

Solutions

Refugees accessing durable solutions

Refugee_accessing_durable_solution

Solution Evolution

Solution_evolution

Resettlement Trend

Resettlement_trend

Ratio

Population origin-destination

Origin_Destination

Proportion of the population who are refugees, by country of origin

Proportion_Refugee_Country_Origin

Ratio Refugee / Host population

Ratio_Refugee_Host_population

Ratio Refugee Migrant

Migrant_and_Forcible_Displacement

Maps

Mapping Refugee Location

Mapping_Refugee_Location

Mapping IDP Location

Mapping_IDP_Location

Map Venezuelan

Map_Venezuelan

Animation

Refugee Chart Race

Refugees_Chart_Race


Edouard-Legoupil/unhcrdatapackage documentation built on Nov. 6, 2023, 6:10 p.m.