verbatimTextOutput: Create a verbatim text output element

Description Usage Arguments Details Value Examples

View source: R/bootstrap.R

Description

Render a reactive output variable as verbatim text within an application page. The text will be included within an HTML pre tag.

Usage

1

Arguments

outputId

output variable to read the value from

Details

Text is HTML-escaped prior to rendering. This element is often used with the renderPrint function to preserve fixed-width formatting of printed objects.

Value

A verbatim text output element that can be included in a panel

Examples

1
2
3
4
5
6
7
mainPanel(
  h4("Summary"),
  verbatimTextOutput("summary"),

  h4("Observations"),
  tableOutput("view")
)

ymd526442121/Rproject_shiny documentation built on May 4, 2019, 5:31 p.m.