IMF data extraction module added
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"source_window_id": "",
|
||||
"Source": "Source",
|
||||
"cursorPosition": "291,28",
|
||||
"scrollLine": "223"
|
||||
"cursorPosition": "8,11",
|
||||
"scrollLine": "0"
|
||||
}
|
||||
@@ -12,15 +12,15 @@
|
||||
"properties": {
|
||||
"source_window_id": "",
|
||||
"Source": "Source",
|
||||
"cursorPosition": "291,28",
|
||||
"scrollLine": "223"
|
||||
"cursorPosition": "8,11",
|
||||
"scrollLine": "0"
|
||||
},
|
||||
"folds": "",
|
||||
"lastKnownWriteTime": 1686049083,
|
||||
"lastKnownWriteTime": 1686049765,
|
||||
"encoding": "UTF-8",
|
||||
"collab_server": "",
|
||||
"source_window": "",
|
||||
"last_content_update": 1686049083340,
|
||||
"last_content_update": 1686049765357,
|
||||
"read_only": false,
|
||||
"read_only_alternatives": []
|
||||
}
|
||||
@@ -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")
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user