IMF data extraction module added

This commit is contained in:
2022-04-05 11:10:36 +02:00
parent 10d802b6c6
commit e73b19da49
5 changed files with 21 additions and 20 deletions

View File

@@ -22,8 +22,7 @@ options(shiny.reactlog = TRUE, appDir = getwd())
source("mod_basic.R")
source("panel.R")
# source("secretary.R")
source("secretary.R")
# source("forplumber.R")
source("modals.R")
@@ -181,11 +180,7 @@ server <- function(input, output) {
message("Error with IMF database. Please try again later.")
}
)
setProgress(value = 2, message = "Done")
})