Skip to contents

Calculates the number of para-aortic lymph nodes per patient from staging data and adds this count as a new column to the dataset.

Usage

add_number_paraaortic_ln_stat_d(df)

Arguments

df

A data frame containing lymph node information with anatomical positions

Value

A data frame with added `number_paraaortic_ln_stat_d` column

Examples

if (FALSE) { # \dontrun{
emii_data <- load_embrace_ii()
result <- add_number_paraaortic_ln_stat_d(emii_data)
} # }