gen_element_and_qmd_snippet2 {saros}R Documentation

Mass Create Elements of A Certain Type

Description

Mass Create Elements of A Certain Type

Usage

gen_element_and_qmd_snippet2(
  chapter_overview_section,
  data,
  mesos_group = NULL,
  chapter_folderpath_absolute,
  chapter_foldername,
  element_folderpath_absolute,
  element_folderpath_relative,
  grouping_structure = NULL,
  ...,
  call = rlang::caller_env()
)

Arguments

chapter_overview_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().

data

Survey data

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

A data frame (or a srvyr-object) with the columns specified in the chapter_overview 'dep_cat', etc columns.

mesos_group

Specific group to compare with

⁠scalar<character>⁠ // Default: NULL (optional)

Both the absolute and relative folderpaths are required, as strings.

element_folderpath_absolute, element_folderpath_relative

Absolute and relative folder paths

⁠scalar<character>⁠ // Required

Both the absolute and relative folderpaths are required, as strings.

grouping_structure

Vector of groups

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

Internal usage.

...

Dynamic dots

<dynamic-dots>

Arguments forwarded to the corresponding functions that create the elements.

call

Internal call

⁠obj:<call>⁠ // Default: rlang::caller_env() (optional)

Both the absolute and relative folderpaths are required, as strings.

Value

Named list of elements, where each element can UNFINISHED.


[Package saros version 1.0.4 Index]