We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993babd commit afa93b5Copy full SHA for afa93b5
1 file changed
R/mod_edish.R
@@ -282,13 +282,6 @@ edish_server <- function(
282
})
283
284
shiny::observeEvent(plot_data(), {
285
- #browser()
286
-
287
- #"r_ULN_{{sel_x}}" = as.numeric(.data[[paste0("r_ULN_", sel_x)]]),
288
- #"r_ULN_{{sel_y}}" = as.numeric(.data[[paste0("r_ULN_", sel_y)]]),
289
- #"r_Baseline_{{sel_x}}" = as.numeric(.data[[paste0("r_Baseline_", sel_x)]]),
290
- #"r_Baseline_{{sel_y}}" = as.numeric(.data[[paste0("r_Baseline_", sel_y)]])
291
292
x_plot_type <- input[[EDISH$X_PLOT_TYPE_ID]]
293
y_plot_type <- input[[EDISH$Y_PLOT_TYPE_ID]]
294
0 commit comments