create_register_files: Create Register Files

View source: R/utils_render_register_general.r

create_register_filesR Documentation

Create Register Files

Description

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.

Usage

create_register_files(register_table, filter_by, outputs)

Arguments

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").

Value

None. The function generates files in the specified formats.


codecheckers/codecheck documentation built on Dec. 6, 2024, 7:38 p.m.