My code:
library(shiny)
runApp(
list(ui = fluidPage(
uiOutput(\"tab\")
),
server = function(input, output, session){
url <- a(\"Google Ho
You can use html tags whatever you want to tag
tags$a(href="www.rstudio.com", "Click here!")
## Click here!