A text block produces (markdown styled) text, given some (optional) data input.
new_text_block(server, ui, class, ctor = sys.parent(), ...)new_glue_block(text = character(), ...)
All blocks constructed via new_text_block() inherit from
text_block.
A function returning shiny::moduleServer()
A function with a single argument (ns) returning a shiny.tag
Block subclass
String-valued constructor name or function/frame number (mostly for internal use or when defining constructors for virtual classes)
Forwarded to new_text_block() and new_block()
String evaluated using glue::glue()
Using glue::glue(), this block allows evaluation of a text string in the
context of datasets to produce (markdown formatted) text as block result.