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 ba1e12/datacleaning!4
parents 222e472f 6890b8aa
No related branches found
No related tags found
1 merge request!3merge a few edits
...@@ -10,6 +10,7 @@ library(dataCleaning) # remember to build it first :-) ...@@ -10,6 +10,7 @@ library(dataCleaning) # remember to build it first :-)
dataCleaning::setup() # load env.R set up the default paths etc dataCleaning::setup() # load env.R set up the default paths etc
makeLibs <- c("data.table", # data munching makeLibs <- c("data.table", # data munching
"drake", # need to load this here too as r_make() doesn't (why not?)
"here", # here "here", # here
"lubridate", # dates and times "lubridate", # dates and times
"hms", # times "hms", # times
...@@ -21,7 +22,7 @@ dataCleaning::loadLibraries(makeLibs) ...@@ -21,7 +22,7 @@ dataCleaning::loadLibraries(makeLibs)
# Parameters ---- # Parameters ----
updateData <- "rerun" # edit this in any way (at all) to get drake to re-load the data 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: # 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