populate_coversheet: Populate the report coversheet

Description Usage Arguments

View source: R/report_from_.R

Description

Populate the report coversheet

Usage

1
2
3
4
5
6
populate_coversheet(
  wb = initialise_report(),
  data = list(),
  sheet = "Cover Sheet",
  ...
)

Arguments

wb

A workbook generated by initialise_report()

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 openxlsx::writeData()


wurli/quickReport documentation built on Dec. 23, 2021, 6:13 p.m.