I am trying to have text show when the Selector equals a page (i.e. number) in the code and default to another text when not specified. Would it be possible to use an ELSE statement in the code to condition this?
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"),