Creates a Microsoft Word document containing summary charts derived from an analysis.
write_summary_charts(
workbook_path,
output_path,
.by = "Slide ID",
max_slides_per_plot = 20,
max_heatmaps_per_plot = 8
)
Path to an Excel file containing sheets written by write_counts_sheet, etc.
Path to write the resulting file.
Name of the grouping parameter in the worksheets.
Maximum number of slides or samples to show on each plot.
Maximum number of heatmaps to show on each plot.