Report Added

This commit is contained in:
2022-07-20 13:10:36 +02:00
parent caf6f0a8d8
commit 00b045ee8e
4 changed files with 14 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"source_window_id": "",
"Source": "Source",
"cursorPosition": "23,0",
"scrollLine": "16"
"cursorPosition": "451,32",
"scrollLine": "442"
}

View File

@@ -12,15 +12,15 @@
"properties": {
"source_window_id": "",
"Source": "Source",
"cursorPosition": "23,0",
"scrollLine": "16"
"cursorPosition": "451,32",
"scrollLine": "442"
},
"folds": "",
"lastKnownWriteTime": 1686050157,
"lastKnownWriteTime": 1686050585,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1686050157531,
"last_content_update": 1686050585975,
"read_only": false,
"read_only_alternatives": []
}

View File

@@ -325,8 +325,7 @@ server <- function(input, output) {
# Model Selection. Using functions. In production these are to be converted to APIs
selected_model <- reactive({
req(input$start_model_selection,
!is.null(dataset_with_eco()))
req(input$start_model_selection,!is.null(dataset_with_eco()))
model_sel(dff = dataset_with_eco())
})

3
app.R
View File

@@ -325,8 +325,7 @@ server <- function(input, output) {
# Model Selection. Using functions. In production these are to be converted to APIs
selected_model <- reactive({
req(input$start_model_selection,
!is.null(dataset_with_eco()))
req(input$start_model_selection,!is.null(dataset_with_eco()))
model_sel(dff = dataset_with_eco())
})