Description Usage Arguments See Also
Server-side code for awareness multiplier KPI. Uses dplyr:: functions to figure out by how much awareness has increased among the reviewers.
1 2 | awarenessMultiplier(input, output, session, fdat, awareness_col,
aware_options = "Yes", unaware_options = "No")
|
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. |
awareness_col |
numeric, the number of fdat's column containing the awareness question. |
aware_options |
vector, all the strings in fdat$awareness_col that are counted as 'aware'. |
unaware_options |
vector, all the strings in fdat$awareness_col that are counted as 'unaware'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.