View source: R/utils_render_register_general.r
create_register_files | R Documentation |
This function processes the register table based on different filter types and output formats. It groups the register data by the specified filters, generates nested tables, and then creates markdown, HTML, and JSON files for each individual table.
create_register_files(register_table, filter_by, outputs)
register_table |
The original register table |
filter_by |
A list specifying the filters to be applied (e.g., "venues", "codecheckers"). |
outputs |
A list specifying the output formats to generate (e.g., "md", "html", "json"). |
None. The function generates files in the specified formats.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.