howler-shiny {howler} | R Documentation |
Output and render functions for using howler within Shiny applications and interactive Rmd documents.
howlerOutput(outputId)
renderHowler(expr, env = parent.frame(), quoted = FALSE)
outputId |
output variable to read from |
expr |
An expression that generates a howler |
env |
The environment in which to evaluate |
quoted |
Is |
An output or render function that enables the use of the widget within Shiny applications.