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
Data frame (or tibble, possibly grouped). Must contain column 'dep'
with similar items. See |
data |
Survey data
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
Both the absolute and relative folderpaths are required, as strings. |
element_folderpath_absolute , element_folderpath_relative |
Absolute and relative folder paths
Both the absolute and relative folderpaths are required, as strings. |
grouping_structure |
Vector of groups
Internal usage. |
... |
Dynamic dots Arguments forwarded to the corresponding functions that create the elements. |
call |
Internal call
Both the absolute and relative folderpaths are required, as strings. |
Value
Named list of elements, where each element can UNFINISHED.