MigrationFlows | R Documentation |
The number of people who moved in from one country to another. Data are provided for 1960, 1970, 1980, 1990, and 2000. There are separate counts for males and females.
data("MigrationFlows")
A data frame with 107184 observations on the following 8 variables:
a factor with levels Female and Male
three letter country codes indicating the destination of the migrants
three letter country codes indicating where the migrants left
Migration in year 2000. The value is the number of people (males and females separately) who migrated from the origin country to the destination country.
Migration in year 1990
Migration in year 1980
Migration in year 1970
Migration in year 1960
The World Bank's Global Bilateral Migration Database: http://data.worldbank.org/data-catalog/global-bilateral-migration-databas
data(MigrationFlows) str(MigrationFlows)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.