migrationflows_tbl_df | R Documentation |
This dataset, migrationflows_tbl_df, is a tibble containing annual migration flows between South Korea's first-level administrative regions from 2012 to 2020. It includes geographic, economic, and demographic indicators for both origin and destination regions.
data(migrationflows_tbl_df)
A tibble with 2,601 observations and 20 variables:
Origin region name (character)
Destination region name (character)
Year of migration flow (integer)
Number of migrants moving from origin to destination (integer)
Distance between region centroids (numeric)
Minimum distance between regions (numeric)
Pairwise distance measure (numeric)
Contiguity indicator: TRUE if regions share a border, FALSE otherwise (logical)
Population of the origin region (numeric)
Population of the destination region (numeric)
Area of the origin region in square meters (numeric)
Area of the destination region in square meters (numeric)
GDP per capita in the origin region (numeric)
Gross income per capita in the origin region (numeric)
Individual income per capita in the origin region (numeric)
Private consumption per capita in the origin region (numeric)
GDP per capita in the destination region (numeric)
Gross income per capita in the destination region (numeric)
Individual income per capita in the destination region (numeric)
Private consumption per capita in the destination region (numeric)
The dataset name has been kept as 'migrationflows_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.
Data taken from the migest package version 2.0.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.