conditionalPanel javascript conditions in shiny: is there R %in% operator in javascript?

前端 未结 1 1516
陌清茗
陌清茗 2020-12-11 17:14

I am trying to build a shiny application using the conditionalPanel function from shiny package. The condition should be written in JavaScrip

相关标签:
1条回答
  • 2020-12-11 17:19

    According to this answer this condition should work (and it works for me) condition = "input.ModelVariables.indexOf('TP53') > -1"

    0 讨论(0)
提交回复
热议问题