Description Usage Arguments See Also
For making "By Rank" option in server-side "Reasons" tab. Call with callModule().
1 | reasonsByRank(input, output, session, rank_total, fdat)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.