Summarizes a binary row using counts and column proportions.
binary_default(dt, ...)A dataframe with summary statistics for a binary variable.
the name of the dataframe object.
Additional arguments supplied within the package row functions.
This is an internal function of tangram.pipe. Additional arguments
should be supplied for this function to work properly.
reference : the name of the row category to use as the reference. Default will use alphabetical first category
ref.label : choice of whether you want the reference label to be in the table. Default is on and includes reference label; off switches it off.
rowlabel : the label for the table row name, if different from row_var.
compact : if TRUE, data displayed in one row.
missing : if TRUE, missing data is considered; FALSE only uses complete cases.
digits : significant digits to use.
Additional prewritten summary functions for binary data: binary_pct, binary_count, binary_jama