overview: Server-side code for overview plots.

Description Usage Arguments See Also

View source: R/overview_tab.R

Description

Server-side code for overview plots.

Usage

1
2
overview(input, output, session, fdat, overview_options, demo_pick_one,
  demo_pick_two, title_suffix = overview_suffix)

Arguments

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 factor_overview_plotter.

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).

See Also

overviewUI, factor_overview_plotter


IskanderBlue/morseldash documentation built on Oct. 30, 2019, 7:24 p.m.