IMF_WBGet(url = "http://axel-dreher.de/Dreher%20IMF%20and%20WB.xls", sheets = c("WB other agreed", "WB environment agreed"), OutCountryID = "iso2c", message = TRUE, standardCountryName = TRUE)countrycode for available options.country.name from countrycode.sheets argument you can select which variables to
download from their individual workbook seets in the original data set.
These include:
WB other agreed: Number of World Bank projects agreed, other than technical or adjustment.
WB technical agreed: Number of World Bank technical projects agreed.
WB adjustment agreed: Number of World Bank adjustment projects agreed.
WB environment agreed: Number of World Bank environmental projects agreed.
WB adjustment 5: Number of World Bank adjustment projects in effect for at least 5 months in a particular year.
IMF SBA: IMF Standby Arrangement agreed, dummy.
IMF EFF: IMF Extended Fund Facility Arrangement agreed, dummy.
IMF SAF: IMF Structural Adjustment Facility Arrangement agreed, dummy.
IMF PRGF: IMF Poverty Reduction and Growth Facility Arrangement agreed, dummy.
IMF SBA 5: IMF Standby Arrangement in effect for at least 5 months in a particular year, dummy.
IMF EFF 5: IMF Extended Fund Facility Arrangement in effect for at least 5 months in a particular year, dummy.
IMF SAF 5: IMF Structural Adjustment Facility Arrangement in effect for at least 5 months in a particular year, dummy.
IMF PRGF 5: IMF Poverty Reduction and Growth Facility Arrangement in effect for at least 5 months in a particular year, dummy.
## Not run:
# # Download 'WB other agreed', 'WB environment agreed'
# # These are the default sheets to gather
# WBPrograms <- IMF_WBGet()
# ## End(Not run)
Run the code above in your browser using DataLab