Description Usage Arguments Value
View source: R/style_hep_summary_sheet.R
style_hep_pillar()
styles the HEP Pillars (Prevent, Prepare, Detect and Respond)
box/section of the HEP summary sheet. Used within write_data_boxes_hep_summary()
.
1 2 3 4 5 6 7 8 9 | style_hep_pillar(
wb,
sheet_name,
boxes_bounds,
data_type,
pillar = c("prepare", "prevent", "detect_respond"),
fade = FALSE,
fade_row = 0
)
|
wb |
a |
sheet_name |
character name of the sheet to update |
boxes_bounds |
named list of bounds for data frame boxes to be written in sheet. |
data_type |
named list with latest_reported and baseline_projection data
types. Passed to |
pillar |
character Pillar identifying the pillar to style. Must be one of
|
fade |
Boolean with TRUE if rows in |
fade_row |
integer identifying which row contains data no to show |
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.