makeDash: makeDash

Description Usage Arguments Value Examples

View source: R/makeDash.R

Description

Creates and styles plotly dashboard using leaflet user click events. This dashboard visualizes each of the indicator variables that comprise a thematic domain, and updates dynamically based on click events.

Usage

1
makeDash(shp, uid)

Arguments

shp

The SVI shapefile from the CDC website

uid

The click event polygon id

Value

A styled dashboard using the SVI shapefile shp and click event polygon id uid

Examples

1
2
makeDash(shp = uploadShpFile(), uid = 62878)
makeDash(shp = uploadShpFile(), uid = event$id)

amywleung/svir documentation built on May 28, 2019, 4:56 p.m.