Inserting line breaks into text output in shiny using cat

前端 未结 2 1541
眼角桃花
眼角桃花 2021-01-27 16:45

I am trying to insert some line breaks using cat and \\n into some text output using shiny.

Here are the relevant parts of my

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-27 17:22

    Use a paragraph tag with nothing inside like tags$p("a"), see here

提交回复
热议问题