From 4406d5dc90f5a169d4701684b77732a12ff67721 Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Wed, 11 Nov 2020 18:50:40 +0000 Subject: [PATCH] typos --- EPCsAndCarbon/makeFile.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EPCsAndCarbon/makeFile.R b/EPCsAndCarbon/makeFile.R index eb0c68e..f7c4df6 100644 --- a/EPCsAndCarbon/makeFile.R +++ b/EPCsAndCarbon/makeFile.R @@ -16,17 +16,17 @@ makeReport <- function(f){ # ) } -# >> run report ---- +# >> run EPC data check & save data ---- rmdFile <- "epcChecks" # not the full path title = "Checking EPC datasets for Southampton" subtitle = "Data cleaning, outlier checks and coverage analysis" authors = "Ben Anderson" - makeReport(rmdFile) +# >> run the report ---- rmdFile <- "carbonCosts" # not the full path title = "Exploring #backOfaFagPacket scenarios for a residential dwellings Carbon Tax" subtitle = "Southampton as a case study" authors = "Ben Anderson" -makeReport(rmdFile) \ No newline at end of file +makeReport(rmdFile) -- GitLab