Extends check_nodal_location to check for multiple locations simultaneously and adds the results as new columns to the original data frame.
Examples
if (FALSE) { # \dontrun{
# Check for multiple locations
locations <- c("R int iliac", "L int iliac", "Para Aortic")
result <- check_multiple_locations(patient_data, locations)
} # }