Skip to contents

This function runs all event-related verification functions and combines their results into a single Excel workbook with multiple sheets.

Usage

emii_verify_all_events(save_excel = TRUE)

Arguments

save_excel

Logical indicating whether to save results as Excel file (default: TRUE)

.data

The input dataframe containing patient data

Value

A list containing all verification results

Examples

if (FALSE) { # \dontrun{
results <- emii_verify_all_events(data)
} # }