am.output: Shiny: map UI

View source: R/amapro.R

am.outputR Documentation

Shiny: map UI

Description

Placeholder for a map in Shiny UI

Usage

am.output(outputId, width = "100%", height = "400px")

Arguments

outputId

Name of output UI element.

width, height

Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

Value

An output or render function that enables the use of the widget within Shiny applications. See shinyWidgetOutput.

See Also

Shiny demo in demo(am.shiny)


amapro documentation built on May 31, 2023, 8:03 p.m.