Add rows to the table with summary statistics.
add_rows(data, row_vars, stat, digits = 1)Output from the outline_table object.
The variables that you want added to the table. Must be from
outline_table.
The summary statistic or any other function. A list of
built functions can be found in table_stats().
What to round the value to.
Adds a row with summary statistics for a variable. Is a tibble.
carpenter() for a list of all functions, examples, and
accessing the introduction tutorial vignette. See table_stats()
for a list of carpenter builtin statistics.