Description Usage Arguments See Also
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.
1 2 3 4 5 6 | iso_filter_files_with_problems(
iso_files,
remove_files_with_errors = TRUE,
remove_files_with_warnings = FALSE,
quiet = default(quiet)
)
|
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 |
Other problem functions:
iso_get_problems_summary()
,
iso_get_problems()
,
iso_has_problems()
,
iso_problem_functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.