From 05f83b923c7c37d563a7691d9407678f0c81e803 Mon Sep 17 00:00:00 2001 From: einartornes <45436606+einartornes@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:48:57 +0200 Subject: [PATCH] test --- klimabistand_klimafinans_totals.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klimabistand_klimafinans_totals.R b/klimabistand_klimafinans_totals.R index 30716ed..f394348 100644 --- a/klimabistand_klimafinans_totals.R +++ b/klimabistand_klimafinans_totals.R @@ -245,7 +245,7 @@ df_climate_finance_type_3levels_tbl <- df_climate_finance_type_3levels %>% arrange(climate_aid_type) %>% adorn_totals("row", name = "Total earmarked climate finance") -# Write tables to xlsx file ----------------------------------------------- +# Write tables to xlsx file ---------------------------------------------- if(file.exists(here("output")) == FALSE) { dir.create(here("output"))