R shiny - pop up window with options

后端 未结 2 1108
北恋
北恋 2021-02-15 12:45

Im creating a shiny app that queries an SQL database. I want to warn the user if the queried data has entries on two dates. Moreover, I want the user to be able to select which

2条回答
  •  悲&欢浪女
    2021-02-15 13:25

    Maybe you could use a conditionalPanel for that: http://shiny.rstudio.com/reference/shiny/latest/conditionalPanel.html

提交回复
热议问题