reasonsByRank: For making "By Rank" option in server-side "Reasons" tab.

Description Usage Arguments See Also

View source: R/reasons_tab.R

Description

For making "By Rank" option in server-side "Reasons" tab. Call with callModule().

Usage

1
reasonsByRank(input, output, session, rank_total, fdat)

Arguments

input

Required for shiny modules' server functions.

output

Required for shiny modules' server functions.

session

Required for shiny modules' server functions.

rank_total

string, takes the choice of ranking by total ("Rank by total") or ranking by the top1, then top2 then top3 ("Rank by top1, top2, top3") as a reactive eg. reactive(input$rank_total)

fdat

dataframe, filtered by demographic variables and product.

See Also

reasonsByRankUI


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