text_output.Rd
Renders a component containing output from verbatimTextOutput.
text_output(dashboard, object, ...) # S4 method for 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