Description Usage Arguments Value
View source: R/write_indicator_list.R
Used in write_indicator_list_sheet()
to style the table.
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
)
|
df |
data frame with the indicators to be styled |
wb |
a |
sheet_name |
character name of the sheet to update |
start_row |
integer start row of styling. Passed to |
end_row |
integer identifying end row. |
start_col |
integer start col of styling. Passed to |
end_col |
integer identifying end column. |
openxslx
Workbook object. Output file is in output_folder
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.