style_indicator_list_sheet: Styles indicator sheet

Description Usage Arguments Value

View source: R/write_indicator_list.R

Description

Used in write_indicator_list_sheet() to style the table.

Usage

1
2
3
4
5
6
7
8
9
style_indicator_list_sheet(
  df,
  wb,
  sheet_name,
  start_row,
  end_row,
  start_col,
  end_col
)

Arguments

df

data frame with the indicators to be styled

wb

a openxlsx workbook to be edited.

sheet_name

character name of the sheet to update

start_row

integer start row of styling. Passed to openxlsx::addStyle()

end_row

integer identifying end row.

start_col

integer start col of styling. Passed to openxlsx::addStyle()

end_col

integer identifying end column.

Value

openxslx Workbook object. Output file is in output_folder.


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