Generates statistics report on batch of files or `IFC_data` objects.
BatchStatsReport(fileName, obj, stats, gating, display_progress = FALSE, ...)
a data.frame of statistics
either one or the other. Path to file(s) to read from for 'fileName' or list of `IFC_data` objects for obj.
template defining stats to compute as extracted by getSTATSREPORT().
an `IFC_gating` object as extracted by readGatingStrategy(). Default is missing. If not missing, each `IFC_data` provided in 'obj' or read from 'fileName' will be passed to applyGatingStrategy() before creating the report.
whether to display a progress bar. Default is TRUE.
other parameters to be passed.