apexcharter/man/unhcr_ts.Rd

27 lines
832 B
Plaintext
Raw Permalink Normal View History

2019-09-05 10:48:34 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{unhcr_ts}
\alias{unhcr_ts}
\title{UNHCR data by continent of origin}
2020-03-27 14:57:19 +01:00
\format{
2020-04-02 17:43:24 +02:00
A data frame with 913 observations and the following 4 variables:
2020-03-04 11:55:23 +01:00
\describe{
\item{\code{year}}{Year concerned.}
\item{\code{population_type}}{Populations of concern : Refugees, Asylum-seekers, Internally displaced persons (IDPs), Returned refugees,
Returned IDPs, Stateless persons, Others of concern.}
\item{\code{continent_origin}}{Continent of residence of population.}
\item{\code{n}}{Number of people concerned.}
2020-03-27 14:57:19 +01:00
}
}
2019-09-05 10:48:34 +02:00
\source{
2024-03-11 11:29:42 +01:00
UNHCR (The UN Refugee Agency) (\url{https://data.unhcr.org/})
2019-09-05 10:48:34 +02:00
}
\usage{
unhcr_ts
}
\description{
2019-11-27 23:17:23 +01:00
The dataset contains data about UNHCR's populations of concern summarised by continent of origin.
2019-09-05 10:48:34 +02:00
}
\keyword{datasets}