run_visual: Run shiny app summary of dashboard results

Description Usage Arguments See Also Examples

View source: R/visualize.R

Description

The idea here is to replicate the functionality of the Tableau dashboard to check/explore the results prior to sending to the Tableau analyst.

Usage

1
2
3
run_visual_county(dash_list)

run_visual(dash_list)

Arguments

dash_list

a list produced after running join_county_map

See Also

Other functions to run dashboard visualization: get_county_map(), int_breaks(), join_county_map(), plot_bar(), plot_county(), plot_month(), plot_value2(), plotly_config(), ui_button_layout()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
data(dashboard)
county_map <- get_county_map("SC")
county_census <- load_counties(state = "SC")
dash_list <- join_county_map(dashboard, county_map, county_census)

run_visual(dash_list)

# including county makes things a bit slow currently
run_visual_county(dash_list)

## End(Not run)

southwick-associates/sadash documentation built on Jan. 6, 2022, 5:17 p.m.