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

updated notes

parent 18d6bf0a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
library(readr)
library(dplyr)
library(data.table)
library(drake) # don't use it? You should
library(drake) # don't use it? You should. You'll see why
library(lubridate)
library(hms)
library(saveData)
......@@ -24,6 +24,9 @@ getFile <- function(f){
# drake plan ----
# this gets run once and only once
# drake does what's in the plan and only re-does it if something in
# the plan changes - such as the file to be loaded
plan <- drake::drake_plan(
wHRawD = getFile(rawF),
wHprocessedD = getFile(processedF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment