insert_chunk {saros.base}R Documentation

Mass Create Elements of A Certain Type

Description

Mass Create Elements of A Certain Type

Usage

insert_chunk(
  chapter_structure_section,
  grouping_structure,
  template_variable_name = ".template"
)

Arguments

chapter_structure_section

Overview of chapter section

⁠obj:<data.frame>|obj:<tbl_df>⁠ // Required

Data frame (or tibble, possibly grouped). Must contain column 'dep' with similar items. See draft_report().

grouping_structure

Vector of groups

⁠vector<character>⁠ // default: NULL (Optional)

Internal usage.

Value

Named list of elements, where each element can UNFINISHED.


[Package saros.base version 1.1.0 Index]