Skip to content
Snippets Groups Projects

merge a few edits

Merged Ben Anderson requested to merge ba1e12/datacleaning:master into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -5,8 +5,10 @@
@@ -5,8 +5,10 @@
startTime <- proc.time()
startTime <- proc.time()
library(drake)
library(drake)
 
# use r_make to run the plan inside a clean R session so nothing gets contaminated
# use r_make to run the plan inside a clean R session so nothing gets contaminated
drake::r_make(source = "_drakeCleanFeeders.R") # where we keep the drake plan etc
drake::r_make(source = "_drakeCleanFeeders.R") # where we keep the drake plan etc
 
# we don't keep this in /R because that's where the package functions live
# we don't keep this in /R because that's where the package functions live
# we don't use "_drake.R" because we have lots of different plans
# we don't use "_drake.R" because we have lots of different plans
Loading