From d5b18eed98927b1b20cdd2afe615098ec9992df0 Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Mon, 22 May 2017 12:39:57 +0100 Subject: [PATCH] added str_epStartTime back as some diaries in 1974 do not have a known date (so dateTime is NA). str_epStartTime allows us to know what time they started as a string so they are not left out. --- MTUS-W6-adult-episodes-data-processing.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTUS-W6-adult-episodes-data-processing.Rmd b/MTUS-W6-adult-episodes-data-processing.Rmd index 5a8908e..99d13b3 100644 --- a/MTUS-W6-adult-episodes-data-processing.Rmd +++ b/MTUS-W6-adult-episodes-data-processing.Rmd @@ -705,7 +705,7 @@ kable(caption = "Distribution of missing location", inout, eloc, mtrav, r_date, r_dow, time, - r_epStartDateTime, r_epEndDateTime)] + str_epStartTime, r_epStartDateTime, r_epEndDateTime)] mtusUKEpsDT <- NULL # Save out the working file for later use (saves re-running) -- GitLab