In shiny, I have the following:
output$sequenceText <- renderText({ showSequence() }) showSequence <- reactive({ selectedSeqs <- as.numer
How about
output$text2 <- renderUI({ HTML('hello world') })