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
)

Arguments

workbook_path

Path to an Excel file containing sheets written by write_counts_sheet, etc.

output_path

Path to write the resulting file.

.by

Name of the grouping parameter in the worksheets.

max_slides_per_plot

Maximum number of slides or samples to show on each plot.

max_heatmaps_per_plot

Maximum number of heatmaps to show on each plot.