shiny: Render annolite htmlwidget in shiny apps.

Description Usage Arguments

Description

Render annolite htmlwidget in shiny apps.

Usage

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

renderAnnolite(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/annolite documentation built on Dec. 31, 2020, 4:18 p.m.