iso_get_problems_summary: Retrieve a summary of the problems

View source: R/problems.R

iso_get_problems_summaryR Documentation

Retrieve a summary of the problems

Description

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.

Usage

iso_get_problems_summary(
  iso_files,
  problem_files_only = TRUE,
  include_file_info = NULL
)

Arguments

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 iso_get_file_info). Use c(...) to select multiple, supports all select syntax including renaming columns.

Value

data frame with file_id and number of encountered errors and warnings

See Also

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


KopfLab/isoreader documentation built on Aug. 6, 2023, 9:22 p.m.