Style HPOP summary sheet latest reported in main data frame
Source:R/style_hpop_summary_sheet.R
style_hpop_latest.Rd
Used within write_latest_reported_hpop_summary()
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 columnend_col
: end columnstart_row
: start rowend_row
: end row
- data_type
character vector of class(es) of the data to be styled. Can be one of "numeric", "integer", "Date", "character", or "chr_type"