Creates a Microsoft Word document containing summary charts derived from an analysis.
1 2 3 4 5 6 7 | write_summary_charts(
workbook_path,
output_path,
.by = "Slide ID",
max_slides_per_plot = 20,
max_heatmaps_per_plot = 8
)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.