Skip to content
Snippets Groups Projects
Commit 121fe256 authored by Ingram Jaccard's avatar Ingram Jaccard
Browse files

edit ms

parent 3125286f
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -638,8 +638,12 @@ df_scenario_info = read_excel(here("analysis/data/raw/scenarios.xlsx"), sheet="o ...@@ -638,8 +638,12 @@ df_scenario_info = read_excel(here("analysis/data/raw/scenarios.xlsx"), sheet="o
library(flextable) library(flextable)
regulartable(df_scenario_info) %>% flextable(df_scenario_info) %>%
autofit() autofit() %>%
set_header_labels(scenario = "quintile",
fe_gj_aeu = "final energy: household GJ/adult equivalence") %>%
set_caption("Decarbonisation scenarios.") %>%
fit_to_width(max_width = 7.5)
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment