Populate the report coversheet
1 2 3 4 5 6 | populate_coversheet(
wb = initialise_report(),
data = list(),
sheet = "Cover Sheet",
...
)
|
wb |
A workbook generated by |
data |
A named list of data to write. Names give cell entries |
sheet |
The name of the sheet to write to |
... |
Extra options passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.