Generate an execution/calling plan for computing a report from the metadata
util_generate_calls(
dimensions,
meta_data,
label_col,
meta_data_segment,
meta_data_dataframe,
meta_data_cross_item,
specific_args,
arg_overrides,
resp_vars,
filter_indicator_functions
)
a list of calls
dimensions Vector of dimensions to address in the report. Allowed values in the vector are Completeness, Consistency, and Accuracy. The generated report will only cover the listed data quality dimensions. Accuracy is computational expensive, so this dimension is not enabled by default. Completeness should be included, if Consistency is included, and Consistency should be included, if Accuracy is included to avoid misleading detections of e.g. missing codes as outliers, please refer to the data quality concept for more details. Integrity is always included.
data.frame the data frame that contains metadata attributes of study data
variable attribute the name of the column in the metadata with labels of variables
data.frame -- optional: Segment level metadata
data.frame -- optional: Data frame level metadata
data.frame -- optional: Cross-item level metadata
list named list of arguments specifically for one of the called functions, the of the list elements correspond to the indicator functions whose calls should be modified. The elements are lists of arguments.
list arguments to be passed to all called indicator functions if applicable.
variables to be respected, NULL
means to use all.
character regular expressions, only if an indicator function's name matches one of these, it'll be used for the report. If of length zero, no filtering is performed.
Other reporting_functions:
util_alias2caption()
,
util_copy_all_deps()
,
util_create_page_file()
,
util_eval_to_dataquieR_result()
,
util_evaluate_calls()
,
util_float_index_menu()
,
util_generate_anchor_link()
,
util_generate_anchor_tag()
,
util_generate_calls_for_function()
,
util_load_manual()
,
util_make_data_slot_from_table_slot()
,
util_make_function()
,
util_order_by_order()
,
util_set_size()