View source: R/mean_of_top_and_bottom_cells.R
Create a Microsoft Word file or HTML document containing summary charts
derived from the output of mean_of_top_and_bottom_cells
with default parameters.
The file type is determined by the file extension
of output_path
, which must be either .docx
or .html
.
1 2 3 4 5 | write_mean_of_top_and_bottom_charts(
worksheet_path,
output_path,
.by = "Slide ID"
)
|
worksheet_path |
Path to an Excel file containing sheets written by mean_of_top_and_bottom_cells. |
output_path |
Path to write the resulting file. |
.by |
The aggregation column name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.