am.render {amapro}R Documentation

Shiny: render a map

Description

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

Usage

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

Arguments

wt

An amapro widget to generate the chart.

env

The environment in which to evaluate expr.

Value

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

See Also

am.proxy for example, shinyRenderWidget for return value.


[Package amapro version 0.1.3 Index]