.template_function_indicator {dataquieR} | R Documentation |
Roxygen
-Template for indicator functions
Description
Roxygen
-Template for indicator functions
Usage
.template_function_indicator(
resp_vars,
study_data,
label_col,
item_level,
meta_data,
meta_data_v2,
meta_data_dataframe,
meta_data_segment,
dataframe_level,
segment_level
)
Arguments
resp_vars |
variable the names of the measurement variables, if
missing or |
study_data |
data.frame the data frame that contains the measurements |
label_col |
variable attribute the name of the column in the metadata with labels of variables |
item_level |
data.frame the data frame that contains metadata attributes of study data |
meta_data |
data.frame old name for |
meta_data_v2 |
character path to workbook like metadata file, see
|
meta_data_dataframe |
data.frame the data frame that contains the metadata for the data frame level |
meta_data_segment |
data.frame – optional: Segment level metadata |
dataframe_level |
data.frame alias for |
segment_level |
data.frame alias for |
Value
invisible(NULL)