Description Usage Arguments Source Examples
The function takes as an input a number and adds that many break lines in the Shiny ui.
1 | n_br(n)
|
n |
A non-negative nmeric value |
1 2 3 4 5 6 7 8 | ## Not run:
mainPanel(
plotOutput("plot1"),
n_br(4),
plotOutput("plot3")
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.