View source: R/utils_render_table_non_registers.R
create_tables_non_register | R Documentation |
Generates tables based on the filter type provided, such as venues or codecheckers. It creates tables for further processing and rendering into different formats.
create_tables_non_register(register_table, filter)
register_table |
The original register data. |
filter |
A string specifying the filter to apply (e.g., "venues", "codecheckers"). |
A list of tables generated based on the specified filter. The keys are the table names and the values are the tables themselves.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.