View source: R/utils_render_register_general.r
generate_table_details | R Documentation |
This function generates metadata and details for a specific table, including the table name, slugified name, subcategory (if applicable), and the output directory. It is used when rendering tables in different formats.
generate_table_details(table_key, table, filter, is_reg_table = TRUE)
table_key |
The key (name) of the table being processed. |
table |
The data frame containing the table data. |
filter |
A string specifying the filter applied to the table data. |
is_reg_table |
A boolean indicating whether the table is a register table (default is TRUE). |
A list of table details including name, slugified name, subcategory (if applicable), and output directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.