Called from table1 by default to render categorical (i.e.
factor, character or logical) values for displaying in the table.
render.categorical.default(x, ..., na.is.category = TRUE)A vector of type factor, character or logical.
Further arguments, passed to stats.apply.rounding.
Include missing values in the denominator for calculating percentages (the default) or omit them.
A character vector. Each element is to be displayed in a
separate cell in the table. The names of the vector are the
labels to use in the table. However, the first names should be empty as it
will be replaced by the name of the variable. Empty strings are allowed and
result in empty table cells.