Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • twr1m15/fridayFagPackets
  • ba1e12/fridayFagPackets
  • SERG/fridayFagPackets
3 results
Show changes
Commits on Source (3)
  • Ben Anderson's avatar
    updated readme · bc907d33
    Ben Anderson authored
    bc907d33
  • Ben Anderson's avatar
    attempted to fix merge · 41c7e8dc
    Ben Anderson authored
    Merge branch 'master' of git.soton.ac.uk:ba1e12/fridayFagPackets
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    41c7e8dc
  • Ben Anderson's avatar
    Merge branch 'master' into 'master' · 0f1e0cc8
    Ben Anderson authored
    fixed a merge
    
    See merge request !26
    0f1e0cc8
# fridayFagPackets
A repo for our [fridayFagPacket](https://energy.soton.ac.uk/friday-fag-packets/) data notes (numbers that could have been done on the back of one and should probably come with a similar health warning).
A repo for our [fridayFagPacket](https://dataknut.github.io/fridayFagPackets/) data notes (numbers that could have been done on the back of one and should probably come with a similar health warning).
The repo is auto-mirrored to https://github.com/dataknut/fridayFagPackets
......
......@@ -47,7 +47,7 @@ Downloaded from the awesome [OurWorldInData](https://ourworldindata.org/grapher/
```{r}
#| label: loasdData
# fix
dt_abs <- data.table::fread(here::here("data", "co2-emissions-and-gdp.csv"))
dt_pc <- data.table::fread(here::here("data", "co2-emissions-and-gdp-per-capita.csv"))
......