I am trying to build a shiny application using the conditionalPanel function from shiny package. The condition should be written in JavaScrip
conditionalPanel
shiny
JavaScrip
According to this answer this condition should work (and it works for me) condition = "input.ModelVariables.indexOf('TP53') > -1"
condition = "input.ModelVariables.indexOf('TP53') > -1"