Learn R Programming

wpp2019 (version 1.1-1)

migration: Dataset on Migration

Description

Estimates and projections of total net migration.

Usage

data(migration)

Arguments

Format

Data frame with one row per country. It contains the following variables:

country_code

Numerical Location Code (3-digit codes following ISO 3166-1 numeric standard) - see http://en.wikipedia.org/wiki/ISO_3166-1_numeric.

name

Country name.

1950-1955, 1955-1960, …

Net migration (in thousand) for the specific five-year time period (i.e., from 1 July in year t to 1 July in year t+5 such as the period 1950-1955 refers to the period 1950.5-1955.5 and the mid of the period is 1953.0).

References

World Population Prospects: The 2019 Revision. http://population.un.org/wpp.

Examples

Run this code
# NOT RUN {
data(migration)
str(migration)
# }

Run the code above in your browser using DataLab