isolating observeevent()s
This commit is contained in:
parent
615aa57d42
commit
2111843d46
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ function(input, output, session) {
|
||||||
updateCheckboxGroupInput(
|
updateCheckboxGroupInput(
|
||||||
session,
|
session,
|
||||||
"corr_selected",
|
"corr_selected",
|
||||||
choiceNames = colnames(get(paste0(input$switch_target,"_corr_df_m3_f"))),
|
choiceNames = colnames(get(paste0(input$switch_target,"_corr_df_m3_f")))[3:length(colnames(get(paste0(input$switch_target,"_corr_df_m3_f"))))],
|
||||||
choiceValues = colnames(get(paste0(input$switch_target,"_corr_df_m3_f"))),
|
choiceValues = colnames(get(paste0(input$switch_target,"_corr_df_m3_f")))[3:length(colnames(get(paste0(input$switch_target,"_corr_df_m3_f"))))],
|
||||||
selected = c("FoldX", "DeepDDG", "mCSM.DUET")
|
selected = c("FoldX", "DeepDDG", "mCSM.DUET")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue