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
0ede89e0
Commit
0ede89e0
authored
4 years ago
by
B.Anderson
Browse files
Options
Downloads
Patches
Plain Diff
renamed files for consistency
parent
a65bba21
No related branches found
No related tags found
1 merge request
!3
Re run ellis full data
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Rmd/report_cleanFeeders.Rmd
+0
-0
0 additions, 0 deletions
Rmd/report_cleanFeeders.Rmd
_drake_cleanFeeders.R
+3
-1
3 additions, 1 deletion
_drake_cleanFeeders.R
make_cleanFeeders.R
+1
-1
1 addition, 1 deletion
make_cleanFeeders.R
with
4 additions
and
2 deletions
Rmd/clean
ing
Feeder
Data
.Rmd
→
Rmd/
report_
cleanFeeder
s
.Rmd
+
0
−
0
View file @
0ede89e0
File moved
This diff is collapsed.
Click to expand it.
_drake
C
leanFeeders.R
→
_drake
_c
leanFeeders.R
+
3
−
1
View file @
0ede89e0
...
...
@@ -27,8 +27,10 @@ updateReport <- "yes" # edit this in any way (at all) to get drake to re-load th
dFile
<-
"/mnt/SERG_data/Ellis_IOW/Cleaned_SS_Amps/amps_all_substations.csv.gz"
# edit for your set up
rmdFile
<-
"cleaningFeederData"
# <- name of the .Rmd file to run at the end
# Rmd file to run as report
rmdFile
<-
"report_cleanFeeders"
# <- name of the .Rmd file to run at the end
version
<-
"_allData"
# yaml for Rmd (see makeReport function)
title
<-
"Testing electricity substation/feeder data"
subtitle
<-
"Outliers and missing data..."
authors
<-
"Ben Anderson & Ellis Ridett"
...
...
This diff is collapsed.
Click to expand it.
make_cleanFeeders.R
+
1
−
1
View file @
0ede89e0
...
...
@@ -5,7 +5,7 @@
startTime
<-
proc.time
()
# use r_make to run the plan inside a clean R session so nothing gets contaminated
drake
::
r_make
(
source
=
"_drake
C
leanFeeders.R"
)
# where we keep the drake plan etc
drake
::
r_make
(
source
=
"_drake
_c
leanFeeders.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 use "_drake.R" because we have lots of different plans
...
...
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