2016-05-06 36 views

回答

2

您應該由HTML標記< br>如下替換 「\ n」:

output$optstatus <- renderUI({ 
      HTML(paste("ONE","<br>","TWO","<br>","THREE")) 
     })