flowmapblue-shiny {flowmapblue} | R Documentation |
Shiny bindings for flowmapblue
Description
Output and render functions for using flowmapblue within Shiny applications and interactive Rmd documents.
Usage
flowmapblueOutput(outputId, width = "100%", height = "400px")
renderFlowmapblue(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 |
env |
The environment in which to evaluate |
quoted |
Is |
Value
flowmapblueOutput
Returns a
shiny.tag.list
object that can be included in a Shiny UI to display theflowmapblue
widget.renderFlowmapblue
Returns a
shiny.render.function
that is used to generate theflowmapblue
widget on the server side in a Shiny application.
See Also
shinyWidgetOutput
, shinyRenderWidget
[Package flowmapblue version 0.0.2 Index]