shiny: Render and show fulltext output in shiny apps.

Description Usage Arguments

Description

Render and show fulltext output in shiny apps.

Usage

1
2
3
fulltextOutput(outputId, width = "100%", height = "100%")

renderFulltext(expr, env = parent.frame(), quoted = FALSE)

Arguments

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.


PolMine/fulltext documentation built on Oct. 15, 2020, 8:18 p.m.