Report Added
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"source_window_id": "",
|
||||
"Source": "Source",
|
||||
"cursorPosition": "23,0",
|
||||
"scrollLine": "16"
|
||||
"cursorPosition": "451,32",
|
||||
"scrollLine": "442"
|
||||
}
|
||||
@@ -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": []
|
||||
}
|
||||
@@ -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
3
app.R
@@ -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())
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user