Description Usage Arguments Value
Renders a component containing output from verbatimTextOutput.
1 2 3 4 5 6 7 8 9 | text_output(dashboard, object, ...)
## S4 method for signature 'i2dashboard,missing'
text_output(
dashboard,
transmitter = NULL,
event = "plotly_selected",
title = NULL
)
|
dashboard |
An object of class i2dash::i2dashboard. |
transmitter |
A character defining the id of an existing transmitter to obtain the data from. |
event |
The type of plotly event. (see |
title |
Title of the component. |
A string containing markdown code for the rendered component
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.