Output and render functions for using reacthexgrid within Shiny applications and interactive Rmd documents.
1 2 3 4 5 | reacthexgridOutput(outputId, width = "100%", height = "400px")
renderReacthexgrid(expr, env = parent.frame(), quoted = FALSE)
reacthexgrid_html(id, style, class, ...)
|
outputId |
output variable to read from |
width |
Must be a valid CSS unit (like |
height |
Must be a valid CSS unit (like |
expr |
An expression that generates a reacthexgrid |
env |
The environment in which to evaluate |
quoted |
Is |
id, style, class |
attributes of the widget's root element |
... |
Arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.