Add external hyperlink to tabPanel or navbarMenu in r Shiny
问题 I am trying to add external hyperlinks to the tabPabel and navbarMenu tabs/dropdowns in a navbarPage setup in Shiny (using bootstrapPage ). I found multiple questions that refer to linking to another tab within a Shiny app, but I want to specifically link to another webpage without opening a new browser window. I found the following questions that kind of get there: How to direct to another web page after clicking tabPanel in Shiny App Open URL by tabPanel in Shiny The second question is what