util_combine_list_report_summaries {dataquieR}R Documentation

Create a data frame containing all the results from summaries of reports

Description

Create a data frame containing all the results from summaries of reports

Usage

util_combine_list_report_summaries(
  to_combine,
  type = c("unique_vars", "repeated_vars")
)

Arguments

to_combine

vector a list containing the summaries of reports obtained with summary(report)

type

character if type is unique_vars it means that the variable names are unique and there is not need to add a prefix to the variables and labels to specify the report of origin. If type is repeated_vars a prefix will be used to specify the report of origin of each variable

Value

a summary of summaries of dataquieR reports


[Package dataquieR version 2.5.1 Index]