Render a mapview widget in shiny
Usage
renderMapview(expr, env = parent.frame(), quoted = FALSE)
Arguments
- expr
An expression that generates an HTML widget
- env
The environment in which to evaluate expr
- quoted
Is
expr
a quoted expression (withquote()
)? This is useful if you want to save an expression in a variable