Removes regions from an already existing `IFC_data` object.
data_rm_regions(obj, regions, list_only = TRUE, adjust_graph = TRUE, ...)
an `IFC_data` object extracted by ExtractFromDAF(extract_features = TRUE) or ExtractFromXIF(extract_features = TRUE).
a character vector of regions names to remove within 'obj'.
whether to return a list of elements that will be impacted by the removal. Default is TRUE. If FALSE then modified object will be returned.
whether to try to adjust graph when possible. Default is TRUE.
Other arguments to be passed.
an `IFC_data` object or a list of elements impacted by removal depending on 'list_only' parameter.