config_matrix_to_md: Convert configuration matrix to Markdown table
Description
Convert configuration matrix to Markdown table
Usage
config_matrix_to_md(mat, row_header = "Condition", center_align = TRUE)
Value
Character string of Markdown table
Arguments
- mat
Matrix with rownames and colnames
- row_header
Character. Header for the row names column
- center_align
Logical. Whether to center-align columns