Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dataCleaning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Anderson
dataCleaning
Commits
6890b8aa
Commit
6890b8aa
authored
4 years ago
by
B.Anderson
Browse files
Options
Downloads
Patches
Plain Diff
put load drake back - seems to need it here
parent
8853224c
No related branches found
No related tags found
1 merge request
!4
Re run ellis full data
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
_drake_cleanFeeders.R
+2
-1
2 additions, 1 deletion
_drake_cleanFeeders.R
with
2 additions
and
1 deletion
_drake_cleanFeeders.R
+
2
−
1
View file @
6890b8aa
...
...
@@ -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
<-
"ye
s
"
# edit this in any way (at all) to get drake to re-load the data
updateReport
<-
"ye
p
"
# edit this in any way (at all) to get drake to re-load the data
# Some data to play with:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment