View source: R/utils_render_table_non_registers.R
render_non_register_md | R Documentation |
Renders the table in Markdown format, including adding hyperlinks to the relevant columns. It adjusts column widths and saves the output as a Markdown file.
render_non_register_md(table, table_details, filter)
table |
The data frame containing the filtered table. |
table_details |
A list of metadata about the table (e.g., title, subtext, extra text). |
filter |
A string specifying the filter applied (e.g., "venues", "codecheckers"). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.