flowmapblue-shiny | R Documentation |
Output and render functions for using flowmapblue within Shiny applications and interactive Rmd documents.
flowmapblueOutput(outputId, width = "100%", height = "400px")
renderFlowmapblue(expr, env = parent.frame(), quoted = FALSE)
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 |
flowmapblueOutput
Returns a shiny.tag.list
object that can be included in a Shiny UI to display the flowmapblue
widget.
renderFlowmapblue
Returns a shiny.render.function
that is used to generate the flowmapblue
widget on the server side in a Shiny application.
shinyWidgetOutput
, shinyRenderWidget
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.