From 0983a0491e312593049776646e918536edac2e37 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Fri, 23 Oct 2020 13:33:14 +0100 Subject: [PATCH] added to_send dir in Data for rendering plots for sending --- read_data.R | 1 + 1 file changed, 1 insertion(+) diff --git a/read_data.R b/read_data.R index 420818b..0103e47 100755 --- a/read_data.R +++ b/read_data.R @@ -12,6 +12,7 @@ source("Header_TT.R") datadir = "~/git/covid_data/" outdir = "~/git/covid_data/output/" outdir_plots = "~/git/covid_data/output/plots/" +outdir_plots_send = "~/git/covid_data/output/plots/to_send" outdir_stats = "~/git/covid_data/output/stats/" #==========================================================