Use this function to filter out files that have encountered problems, either errors, warnings or both and returns the remaining iso_files. For additional functions available to check for and deal with problems, see the iso_problem_functions.
iso_filter_files_with_problems(
iso_files,
remove_files_with_errors = TRUE,
remove_files_with_warnings = FALSE,
quiet = default(quiet)
)
collection of iso_file objects
whether to remove files with errors (default is TRUE)
whether to remove files with warnings (default is FALSE)
whether to display (quiet=FALSE) or silence (quiet = TRUE) information messages. Set parameter to overwrite global defaults for this function or set global defaults with calls to iso_turn_info_messages_on and iso_turn_info_messages_off
Other problem functions:
iso_get_problems_summary()
,
iso_get_problems()
,
iso_has_problems()
,
iso_problem_functions