style_notes: Styles data worksheet notes

Description Usage Arguments Value

View source: R/write_notes.R

Description

Used within write_indicators_hpop_summary()

Usage

1
style_notes(wb, sheet_name, bounds)

Arguments

wb

a openxlsx workbook to be edited.

sheet_name

character name of the sheet to update

bounds

named integer vector identifying integer sheet start and end reference column. All parameters must be numerical. For converting Excel column references to integer references see openxlsx::int2col(). Must have the following named elements:

  • start_col: start column

  • end_col: end column

  • start_row: start row

  • end_row: end row

Value

openxslx Workbook object. Output file is in output_folder.


ElliottMess/rapporteur documentation built on Jan. 28, 2022, 2:51 a.m.