
Generate Excel Reports for Grade-Specific Morbidity Events
Source:R/get_morbidity_events.R
generate_morbidity_reports.Rd
Processes EMBRACE-II data to identify patients with side effects meeting a specified grade threshold, then generates formatted Excel reports for clinical review.
Usage
generate_morbidity_reports(
grade_threshold = 4,
output_dir = paste0("Grade", grade_threshold, "/")
)