reacthexgrid-shiny: Shiny bindings for reacthexgrid

Description Usage Arguments

Description

Output and render functions for using reacthexgrid within Shiny applications and interactive Rmd documents.

Usage

1
2
3
4
5
reacthexgridOutput(outputId, width = "100%", height = "400px")

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

reacthexgrid_html(id, style, class, ...)

Arguments

outputId

output variable to read from

width

Must be a valid CSS unit (like "100%", "400px", "auto") or a number, which will be coerced to a string and have "px" appended.

height

Must be a valid CSS unit (like "100%", "400px", "auto") or a number, which will be coerced to a string and have "px" appended.

expr

An expression that generates a reacthexgrid

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.

id, style, class

attributes of the widget's root element

...

Arguments passed on to htmltools::tagList


maxheld83/reacthexgrid documentation built on Jan. 4, 2020, 10:46 a.m.