I am following the video examples by Joao Pedro Azevedo from the GitHub link below:
https://github.com/jpazvd/wbopendata.../wbopendata.md
From example 7, "Map latest values of global mobile phone coverage" when i execute the following commands:
The last code :qui merge countrycode using `tmp' returns the error:
Can anyone help to understand what "filelist" to provide to complete the mapping?
Thanks.
David.
https://github.com/jpazvd/wbopendata.../wbopendata.md
From example 7, "Map latest values of global mobile phone coverage" when i execute the following commands:
Code:
qui tempfile tmp wbopendata, language(en - English) indicator(it.cel.sets.p2) long clear latest local labelvar "`r(varlabel1)'" sort countrycode sort countrycode save `tmp', replace qui sysuse world-d, clear qui merge countrycode using `tmp'
Code:
filelist required
Thanks.
David.
Comment