Skip to content
Snippets Groups Projects
Commit 0ede89e0 authored by B.Anderson's avatar B.Anderson
Browse files

renamed files for consistency

parent a65bba21
No related branches found
No related tags found
1 merge request!3merge a few edits
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
File moved
......@@ -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"
......
......@@ -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 = "_drakeCleanFeeders.R") # where we keep the drake plan etc
drake::r_make(source = "_drake_cleanFeeders.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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment