Learn R Programming

amapro (version 0.1.4)

am.render: Shiny: render a map

Description

This is the initial rendering of a map in the UI.

Usage

am.render(wt, env = parent.frame())

Value

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

Arguments

wt

An amapro widget to generate the chart.

env

The environment in which to evaluate expr.

See Also

am.proxy for example, shinyRenderWidget for return value.