我试图在Selector等于代码中的页面(即数字)时显示文本,并在未指定时默认为另一个文本。是否可以在代码中使用ELSE语句来对此进行调整?
conditionalPanel("input.MPDDSelector == 13 || input.MPDDSelector == 17 || input.MPDDSelector == 21",
strong("%D2 Growth")),
#Need to make this the default for 1-12, 14-16, 18-20, 22-30#
strong("Year-Over-Year Growth"),