if (FALSE) {
# Getting macroeconomic indicators from Bank of Uganda in fiscal years
data <- get_data("BOU_MMI_FY", from = "2000/01")
# Saving to different Excel formats
wide2excel(data, "BOU_MMI_FY.xlsx")
wide2excel(data, "BOU_MMI_FY.xlsx", transpose = TRUE)
# Saving to alternative path
wide2excel(data, "C:/Users/.../BOU_MMI_FY.xlsx")
}
Run the code above in your browser using DataLab