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
SERG
dataCleaning
Commits
4f3393ed
Commit
4f3393ed
authored
4 years ago
by
B.Anderson
Browse files
Options
Downloads
Patches
Plain Diff
re-fixed the force updates - need to be insider the _drake file for r_make() to see them, doh
parent
e8f5e9bc
No related branches found
No related tags found
3 merge requests
!3
merge a few edits
,
!2
fixed pdf build
,
!1
Re run ellis full data
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
_drakeCleanFeeders.R
+2
-0
2 additions, 0 deletions
_drakeCleanFeeders.R
make_cleanFeeders.R
+0
-2
0 additions, 2 deletions
make_cleanFeeders.R
with
2 additions
and
2 deletions
_drakeCleanFeeders.R
+
2
−
0
View file @
4f3393ed
...
...
@@ -17,6 +17,8 @@ makeLibs <- c("data.table", # data munching
dataCleaning
::
loadLibraries
(
makeLibs
)
# Parameters ----
updateData
<-
"yep"
# 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.
Click to expand it.
make_cleanFeeders.R
+
0
−
2
View file @
4f3393ed
...
...
@@ -3,8 +3,6 @@
# Set up ----
startTime
<-
proc.time
()
updateData
<-
"yes"
# edit this in any way (at all) to get drake to re-load the data
updateReport
<-
"yes"
# edit this to force re-render of .Rmd
library
(
drake
)
# use r_make to run the plan inside a clean R session so nothing gets contaminated
...
...
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