Skip to content
Snippets Groups Projects
Commit d5b18eed authored by Ben Anderson's avatar Ben Anderson
Browse files

added str_epStartTime back as some diaries in 1974 do not have a known date...

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.
parent beb07187
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment