Value
The filtered teal modules object with matching modules removed, or NULL if all modules are removed
Examples
if (FALSE) { # \dontrun{
# Remove a single module
filtered_mods <- remove_by_label(mods, "Deaths")
# Remove multiple modules
filtered_mods <- remove_by_label(mods, c("Deaths", "Lab Summary Table"))
} # }