n_br: Adds Specific Number of Break Lines in Shiny Ui

Description Usage Arguments Source Examples

View source: R/n_br.R

Description

The function takes as an input a number and adds that many break lines in the Shiny ui.

Usage

1
n_br(n)

Arguments

n

A non-negative nmeric value

Source

Examples

1
2
3
4
5
6
7
8
## Not run: 
mainPanel(
plotOutput("plot1"),
n_br(4),
plotOutput("plot3")
)

## End(Not run)

etc5523-2020/r-package-assessment-petestylianos documentation built on Jan. 1, 2021, 1:12 a.m.