I got an email from Stata yesterday and from it I learnt about dbnomics:
https://www.stata.com/stata-news/new...orner_dbnomics
So I installed the package using
Code:
ssc install dbnomics
To load the list of providers of data through dbnomics (e.g. World Bank), I did
Code:
dbnomics providers
Code:
class libjson undefined
Code:
ssc install libjson
Code:
dbnomics providers
Code:
urlencode() is built-in
                 <istmt>:  3499  s not found
                 <istmt>:  3499  a not found
'return' found where almost anything else expected
expression invalid
Error: the package moss is required by dbnomics. Try ssc install moss
r(111);Code:
ssc install moss
Code:
urlencode() is built-in
                 <istmt>:  3499  s not found
                 <istmt>:  3499  a not found
'return' found where almost anything else expected
expression invalid
Downloading list of providers...You have to execute the command a second time, and with the 'clear' option:
Code:
dbnomics providers, clear
Hope that helps.
0 Response to dbnomics
Post a Comment