Skip to contents

Creates a formatted summary table showing the frequency and percentage of each anatomical location in the nodal dataset from EMBRACE-II at diagnosis.

Usage

get_nodal_location_summary(df)

Arguments

df

A dataframe containing the EMBRACE-II dataset

Value

A gt table object showing the distribution of lymph node locations

Examples

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