![](../logo.png)
Check for Multiple Nodal Locations and Add to Original Data
Source:R/emii_add_recurrent_nodes.R
check_multiple_locations.Rd
This function extends check_nodal_location to check for multiple locations simultaneously
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)
} # }