From a1cc05ad75908a40c3fa47cd4ed92e88cab3b770 Mon Sep 17 00:00:00 2001 From: Thomas OBADIA <thomas.obadia@pasteur.fr> Date: Fri, 6 Dec 2024 17:50:25 +0100 Subject: [PATCH] Error in output file format --- ...3_QC_02_merging_observational_and_inventory_data_integrity.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_OBSERVATIONAL/OBSERVATIONAL_03_QC_02_merging_observational_and_inventory_data_integrity.R b/02_OBSERVATIONAL/OBSERVATIONAL_03_QC_02_merging_observational_and_inventory_data_integrity.R index 99ea1aa..39d1d53 100644 --- a/02_OBSERVATIONAL/OBSERVATIONAL_03_QC_02_merging_observational_and_inventory_data_integrity.R +++ b/02_OBSERVATIONAL/OBSERVATIONAL_03_QC_02_merging_observational_and_inventory_data_integrity.R @@ -198,7 +198,7 @@ OBSERVATIONAL_OUT_03_QC_02_FILENAME <- paste0("OBSERVATIONAL_OUT_03_QC_0 paste(unique(dat_observational_inventory_demographics_fulljoin$country), collapse = "-"), "_timestamp-", strftime(Sys.time(), format = "%Y%m%d_%H%M%S"), - ".pdf") + ".csv") # Name of output graph files OBSERVATIONAL_OUT_03_QC_02_PLOTNAME_SEX_01 <- paste0("OBSERVATIONAL_OUT_03_QC_02_SEX_PLOT_01", -- GitLab