From 117f430fe247c5b8631a7d62592ac059a09029f1 Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Tue, 10 Nov 2020 17:31:48 +0000 Subject: [PATCH] fixed a typo --- EPCsAndCarbon/epcChecks.Rmd | 2 +- docs/carbonCosts.html | 2 +- docs/epcChecks.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/EPCsAndCarbon/epcChecks.Rmd b/EPCsAndCarbon/epcChecks.Rmd index 3aef5ce..8bd0a3a 100644 --- a/EPCsAndCarbon/epcChecks.Rmd +++ b/EPCsAndCarbon/epcChecks.Rmd @@ -606,7 +606,7 @@ kableExtra::kable(t2, caption = "Southampton MSOAs: BEIS 2018 energy data ordere # Save MSOA aggregates for re-use -Finally we save the MSOA table into the repo data directory for future use. We don;t usually advocate keeping data in a git repo but this is small, aggregated and [mostly harmless](https://en.wikipedia.org/wiki/Mostly_Harmless). +Finally we save the MSOA table into the repo data directory for future use. We don't usually advocate keeping data in a git repo but this is small, aggregated and [mostly harmless](https://en.wikipedia.org/wiki/Mostly_Harmless). ```{r, saveMSOA} of <- here::here("data", "sotonMSOAdata.csv") diff --git a/docs/carbonCosts.html b/docs/carbonCosts.html index 76ee662..d6dc7a7 100644 --- a/docs/carbonCosts.html +++ b/docs/carbonCosts.html @@ -1855,7 +1855,7 @@ div.tocify { <h1 class="title toc-ignore">Exploring scenarios for a residential dwellings Carbon Tax</h1> <h3 class="subtitle">Southampton as a case study</h3> <h4 class="author">Ben Anderson</h4> -<h4 class="date">Last run at: 2020-11-10 17:29:17</h4> +<h4 class="date">Last run at: 2020-11-10 17:31:29</h4> </div> diff --git a/docs/epcChecks.html b/docs/epcChecks.html index 106a9de..80f2799 100644 --- a/docs/epcChecks.html +++ b/docs/epcChecks.html @@ -1855,7 +1855,7 @@ div.tocify { <h1 class="title toc-ignore">Checking EPC datasets for Southampton</h1> <h3 class="subtitle">Data cleaning, outlier checks and coverage analysis</h3> <h4 class="author">Ben Anderson</h4> -<h4 class="date">Last run at: 2020-11-10 17:26:27</h4> +<h4 class="date">Last run at: 2020-11-10 17:31:09</h4> </div> @@ -5346,7 +5346,7 @@ E02003553 </div> <div id="save-msoa-aggregates-for-re-use" class="section level1"> <h1><span class="header-section-number">6</span> Save MSOA aggregates for re-use</h1> -<p>Finally we save the MSOA table into the repo data directory for future use. We don;t usually advocate keeping data in a git repo but this is small, aggregated and <a href="https://en.wikipedia.org/wiki/Mostly_Harmless">mostly harmless</a>.</p> +<p>Finally we save the MSOA table into the repo data directory for future use. We don’t usually advocate keeping data in a git repo but this is small, aggregated and <a href="https://en.wikipedia.org/wiki/Mostly_Harmless">mostly harmless</a>.</p> <pre class="r"><code>of <- here::here("data", "sotonMSOAdata.csv") data.table::fwrite(sotonMSOA_DT, of) -- GitLab