util_create_report_by_overview {dataquieR}R Documentation

Create an overview of the reports created with dq_report_by

Description

Create an overview of the reports created with dq_report_by

Usage

util_create_report_by_overview(
  output_dir,
  strata_column,
  segment_column,
  strata_column_label,
  subgroup,
  mod_label
)

Arguments

output_dir

character the directory in which all reports are searched and the overview is saved

strata_column

character name of a study variable to stratify the report by. It can be null

segment_column

character name of a metadata attribute usable to split the report in sections of variables. It can be null

strata_column_label

character the label of the variable used as strata_column

subgroup

character optional, to define subgroups of cases

mod_label

list util_ensure_label() info

Value

an overview of all dataquieR reports created with dq_report_by


[Package dataquieR version 2.5.1 Index]