data/popM.R

# This dataset is created on the fly from wpp2015
popM <- local({
	data(popM, package="wpp2015")
	source('migration.R')
	popM[popM$country_code %in% migration$country_code,] 
	})
PPgp/wpp2015plusMig documentation built on Dec. 5, 2019, 4:35 a.m.