big_n_structure | R Documentation |
Big N structure allows you to specify which values should become the subject totals ("big N" values)
and how they should be formatted in the table's column labels. Values are specified by providing
the value(s) of the param
column for which the values are big N's.
This will remove these from the body of the table and place them into columns
matching the values in the column column(s). The default formatting is N = xx
,
on its own line, but that can be changed by providing a different frmt()
to
n_frmt
big_n_structure(param_val, n_frmt = frmt("\nN = xx"), by_page = FALSE)
param_val |
row value(s) of the parameter column for which the values are big n's |
n_frmt |
|
by_page |
Option to include different big Ns for each group-defined set of pages (defined by any variables set to ".default" in the |
big_n_structure object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.