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

Update make_basicReport.R

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