View source: R/utils_render_register_general.r
render_register | R Documentation |
This function renders the register table into different output formats based on the specified type. It supports rendering the table as Markdown, HTML, or JSON.
render_register(register_table, table_details, filter = NA, output_type)
register_table |
The register table that needs to be rendered into different files. |
table_details |
A list of details related to the table (e.g., output directory, metadata). |
filter |
A string specifying the filter applied to the register data. |
output_type |
A string specifying the desired output format "json" for JSON, "csv" for CSVs, "md" for MD and "html" for HTMLs. |
None. The function generates a file in the specified format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.