View source: R/write_indicator_list.R
add_style_wrapper()
adds a style for use within timeseries_style()
,
where the font color and decoration needs to vary based on data type. Wraps
around openxlsx::addStyle()
and openxlsx::createStyle()
.
1 | add_style_wrapper_billion(wb, sheet_name, rows, cols, fgFill)
|
wb |
a |
sheet_name |
character name of the sheet to update |
rows |
Rows to apply style to, passed to |
cols |
Columns to apply style to, passed to |
fgFill |
Background color, passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.