choropleth-shiny: Shiny bindings for choropleth

choropleth-shinyR Documentation

Shiny bindings for choropleth

Description

Output and render functions for using choropleth within Shiny applications and interactive Rmd documents.

Usage

choroplethOutput(outputId, width = "100%", height = "400px")

renderChoropleth(expr, env = parent.frame(), quoted = FALSE)

Arguments

outputId

output variable to read from

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.

expr

An expression that generates a choropleth

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.


AKostiv8/nivoR documentation built on May 15, 2023, 4:33 a.m.