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

Merge branch 'reRunEllisFullData' into 'master'

Re run ellis full data

See merge request !4
parents 222e472f 6890b8aa
Branches
No related tags found
1 merge request!4Re run ellis full data
......@@ -10,6 +10,7 @@ library(dataCleaning) # remember to build it first :-)
dataCleaning::setup() # load env.R set up the default paths etc
makeLibs <- c("data.table", # data munching
"drake", # need to load this here too as r_make() doesn't (why not?)
"here", # here
"lubridate", # dates and times
"hms", # times
......@@ -21,7 +22,7 @@ dataCleaning::loadLibraries(makeLibs)
# Parameters ----
updateData <- "rerun" # edit this in any way (at all) to get drake to re-load the data
updateReport <- "yes" # edit this in any way (at all) to get drake to re-load the data
updateReport <- "yep" # edit this in any way (at all) to get drake to re-load the data
# Some data to play with:
......
This diff is collapsed.
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment