shiny.RdRender and show fulltext output in shiny apps.
fulltextOutput(outputId, width = "100%", height = "100%") renderFulltext(expr, env = parent.frame(), quoted = FALSE)
| outputId | Output variable to read the value from. |
|---|---|
| width | The width of the widget. |
| height | The height of the widget. |
| expr | An expression (...). |
| env | The environment in which to evaluate expr. |
| quoted | Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable. |