Generate a Summary Table of Algorithms
table_algorithms.RdThis function creates a pre-specified summary table of the probable PDD algorithms compared in the study. It is intended as a shortcut to insert a clean table into a Quarto document without cluttering the main text. The table content is hard-coded and can only be changed by modifying the function code.
Arguments
- vars
A data.frame, tibble, or matrix with in the following order:
variable names,
variable labels
type of variable (continuous, binary, or nominal)
optional, group,
optional, mapping each label to its description in the table’s note.
Alternatively, a path to a CSV file (semicolon-delimited) containing such a table.
See also
gt_apa_table() is used to format the table.