Skip to contents

Generates Quarto report sections for each variable in the provided DGF object. Uses the layouts obtained from [get_design()] and content from [dgf_to_list()].

Usage

create_all_sections(dgf)

Arguments

dgf

the DGF as a data frame

Value

No return value; the function writes formatted Quarto content for each variable to the output.

Details

- Converts the DGF data frame into a list of variables using [dgf_to_list()]. - Retrieves the design layouts with [get_design()]. - Iterates over each variable name, calling [create_section()] to generate its report section.