Description Usage Arguments Value See Also
Returns a data frame listing how many errors and warnings were encountered for each file. For details on each error/warning, see problems and the iso_problem_functions.
1 2 3 4 5 | iso_get_problems_summary(
iso_files,
problem_files_only = TRUE,
include_file_info = NULL
)
|
iso_files |
collection of iso_file objects |
problem_files_only |
whether to list only problem files or all files |
include_file_info |
which file information to include (see |
data frame with file_id and number of encountered errors and warnings
Other problem functions:
iso_filter_files_with_problems()
,
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.