isoreader (version 1.3.2)

iso_filter_files_with_problems: Filter out problematic files

Description

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.

Usage

iso_filter_files_with_problems(
  iso_files,
  remove_files_with_errors = TRUE,
  remove_files_with_warnings = FALSE,
  quiet = default(quiet)
)

Arguments

iso_files

collection of iso_file objects

remove_files_with_errors

whether to remove files with errors (default is TRUE)

remove_files_with_warnings

whether to remove files with warnings (default is FALSE)

quiet

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

See Also

Other problem functions: iso_get_problems_summary(), iso_get_problems(), iso_has_problems(), iso_problem_functions