Widget output/render function for use in Shiny
plainViewOutput.Rd
Widget output/render function for use in Shiny
Usage
plainViewOutput(outputId, width = "100%", height = "400px")
renderPlainView(expr, env = parent.frame(), quoted = FALSE)
Arguments
- outputId
Output variable to read from
- width, height
the width and height of the map (see
shinyWidgetOutput
)- expr
An expression that generates an HTML widget
- env
The environment in which to evaluate expr
- quoted
Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable