Skip to contents

Creates a formatted summary table showing the number and percentage of patients who have recurrent lymph nodes or metastases at follow-up from EMBRACE-II.

Usage

get_recurrence_and_metastases_summary(df)

Arguments

df

A data frame containing EMBRACE-II data with follow-up information

Value

A gt table object showing the distribution of recurrences and metastases

Examples

if (FALSE) { # \dontrun{
emii_data <- load_embrace_ii()
summary_table <- get_recurrence_and_metastases_summary(emii_data)
} # }