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
)

Arguments

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 ?plotly::event_data().

title

Title of the component.

Value

A string containing markdown code for the rendered component