Description Usage Arguments See Also Examples
The idea here is to replicate the functionality of the Tableau dashboard to check/explore the results prior to sending to the Tableau analyst.
1 2 3 | run_visual_county(dash_list)
run_visual(dash_list)
|
dash_list |
a list produced after running |
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()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.