Description Usage Arguments Details Value Examples
Render a reactive output variable as text within an application page. The
text will be included within an HTML div
tag by default.
1 | textOutput(outputId, container = if (inline) span else div, inline = FALSE)
|
outputId |
output variable to read the value from |
container |
a function to generate an HTML element to contain the text |
inline |
use an inline ( |
Text is HTML-escaped prior to rendering. This element is often used to display renderText output variables.
A text output element that can be included in a panel
1 | h3(textOutput("caption"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.