Description Usage Arguments See Also
Server-side code for overview plots.
1 2 | overview(input, output, session, fdat, overview_options, demo_pick_one,
demo_pick_two, title_suffix = overview_suffix)
|
input |
Required for shiny modules' server functions. |
output |
Required for shiny modules' server functions. |
session |
Required for shiny modules' server functions. |
fdat |
dataframe, filtered by demographic variables and product. |
overview_options |
vector, 4 elements: 1) numeric, column # containing primary column for plot, 2) function, the function to generate the plot, 3) numeric, a cutoff dividing 'good' from 'bad' values (green vs red); c(pcol, title, plot_function, color_cutoff), 4) reversed_values, logical, whether to flip valence; see |
demo_pick_one |
string, the current 1st demographic variable selected |
demo_pick_two |
string, the current 2nd demographic variable selected |
title_suffix |
vector of two strings, the title suffix if normal and if isTRUE(reversed_values). |
overviewUI
, factor_overview_plotter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.