Skip to contents

Creates a formatted summary table showing the number and percentage of patients who have at least one lymph node in each anatomical location from EMBRACE-II at diagnosis.

Usage

get_nodal_location_patient_summary(df)

Arguments

df

A dataframe containing the EMBRACE-II dataset

Value

A gt table object showing the distribution of patients with lymph nodes by location

Examples

if (FALSE) { # \dontrun{
emii_data <- load_embrace_ii()
patient_summary <- get_nodal_location_patient_summary(emii_data)
} # }