View source: R/getDescriptionStatsBy_prAddTotalDescColumn.R
prAddTotalDescColumn | R Documentation |
Add a total column to the results
prAddTotalDescColumn(
results,
x,
by,
numbers_first,
total_col_show_perc,
show_all_values,
useNA,
useNA.digits,
html,
digits,
continuous_fn,
factor_fn,
prop_fn,
percentage_sign,
default_ref,
header_count = NULL,
add_total_col
)
results |
The results that we want to add the column to |
x |
If a data.frame it will be used as the data source for the variables in the |
by |
The variable that you want to split into different columns |
numbers_first |
If the number should be given or if the percentage should be presented first. The second is encapsulated in parentheses (). |
total_col_show_perc |
This is by default true but if requested the percentages are suppressed as this sometimes may be confusing. |
show_all_values |
Show all values in proportions. For factors with only two values
it is most sane to only show one option as the other one will just be a complement
to the first, i.e. we want to convey a proportion. For instance sex - if you know
gender then automatically you know the distribution of the other sex as it's 100 % - other %.
To choose which one you want to show then set the |
useNA |
This indicates if missing should be added as a separate
row below all other. See |
useNA.digits |
The number of digits to use for the
missing percentage, defaults to the overall |
html |
If HTML compatible output should be used. If |
digits |
The number of decimals used |
continuous_fn |
The method to describe continuous variables. The
default is |
factor_fn |
The method used to describe factors, see |
prop_fn |
The method used to describe proportions, see |
percentage_sign |
If you want to suppress the percentage sign you can set this variable to FALSE. You can also choose something else that the default % if you so wish by setting this variable. |
default_ref |
The default reference when dealing with proportions. When using 'dplyr' syntax ('tidyselect') you can specify a named vector/list for each column name. |
header_count |
Set to |
add_total_col |
This adds a total column to the resulting table. You can also specify if you want the total column "first" or "last" in the column order. |
results with added column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.