
Create Elective Targets Comparison Table
Source:R/emii_add_elective_targets.R
emii_create_elective_targets_table.Rd
Generates a formatted table comparing algorithm-recommended elective targets with those actually selected by treatment centers. Shows the distribution of treatment field selections and highlights potential discrepancies between recommendations and clinical practice.
Usage
emii_create_elective_targets_table(
data,
save_excel = FALSE,
file_path = "emii_elective_targets.xlsx"
)
Examples
if (FALSE) { # \dontrun{
emii_data <- load_embrace_ii() %>% emii_add_elective_targets()
comparison_table <- emii_create_elective_targets_table(emii_data)
comparison_table <- emii_create_elective_targets_table(emii_data, save_excel = TRUE)
} # }