BatchStatsReport | R Documentation |
Generates statistics report on batch of files or 'IFC_data' objects.
BatchStatsReport(fileName, obj, stats, gating, display_progress = FALSE, ...)
fileName , obj |
either one or the other. Path to file(s) to read from for 'fileName' or list of 'IFC_data' objects for obj. |
stats |
template defining stats to compute as extracted by getSTATSREPORT(). |
gating |
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. |
display_progress |
whether to display a progress bar. Default is TRUE. |
... |
other parameters to be passed. |
a data.frame of statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.