From 38ab3566fc53b9c4d6cdf57b9fdec5c4d6bec717 Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Tue, 30 Jun 2020 10:09:05 +0100
Subject: [PATCH] Update make_basicReport.R

---
 Rmd/make_basicReport.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rmd/make_basicReport.R b/Rmd/make_basicReport.R
index 1005c4a..ed3acb6 100644
--- a/Rmd/make_basicReport.R
+++ b/Rmd/make_basicReport.R
@@ -37,7 +37,7 @@ getData <- function(f,update){
 makeGWPlot <- function(dt){
   # expects the eso data as a data.table
   # draws a plot
-  dt[, rDateTime := lubridate::ymd_hms(DATETIME)]
+  dt[, rDateTime := lubridate::ymd_hms(DATETIME)] # hurrah, somebody read https://speakerdeck.com/jennybc/how-to-name-files?slide=21
   dt[, weekDay := lubridate::wday(rDateTime, label = TRUE)]
   # draw a megaplot for illustrative purposes
   p <- ggplot2::ggplot(dt, aes(x = rDateTime, 
-- 
GitLab