nomnoml-shiny {nomnoml} | R Documentation |
Shiny bindings for nomnoml.
Description
Output and render functions for using nomnoml within Shiny applications and interactive Rmd documents.
Usage
nomnomlOutput(outputId, width = "100%", height = "400px")
renderNomnoml(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
An expression that generates a nomnoml |
env |
The environment in which to evaluate |
quoted |
Is |
See Also
[Package nomnoml version 0.3.0 Index]