create_md_table: Creates a markdown table from a register template Adds title...

View source: R/utils_render_register_mds.R

create_md_tableR Documentation

Creates a markdown table from a register template Adds title to the markdown and adjusts the column widths of the table before returning it.

Description

Creates a markdown table from a register template Adds title to the markdown and adjusts the column widths of the table before returning it.

Usage

create_md_table(register_table, table_details, filter)

Arguments

register_table

DataFrame of the register data.

table_details

List containing details such as the table name, subcat name.

filter

Type of filter (e.g., "venues", "codecheckers").

Value

The markdown table


codecheckers/codecheck documentation built on Dec. 6, 2024, 7:38 p.m.