slickR-shiny {slickR} | R Documentation |
Shiny bindings for slickR
Description
Output and render functions for using slickR within Shiny applications and interactive Rmd documents.
Usage
slickROutput(outputId, width = "100%", height = "400px")
renderSlickR(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 slickR |
env |
The environment in which to evaluate |
quoted |
Is |
See Also
Other invoke:
slickR()
[Package slickR version 0.6.0 Index]