powered by
Placeholder for a map in Shiny UI
am.output(outputId, width = "100%", height = "400px")
An output or render function that enables the use of the widget within Shiny applications. See shinyWidgetOutput.
Name of output UI element.
Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.
'100%'
'400px'
Shiny demo in demo(am.shiny)