Skip to content

Commit

Permalink
Update Data_Summarization.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ehumph authored Sep 17, 2024
1 parent 712fcc1 commit 6cd4eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Data_Summarization/Data_Summarization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Image by <a href="https://pixabay.com/users/geralt-9301/?utm_source=link-attribu
* `colSums(x)`: takes the sum of each column of x

```{r}
yearly_co2 <- read_csv(file = "data/Yearly_CO2_Emissions_1000_tonnes.csv")
yearly_co2 <- read_csv(file = "https://daseh.org/data/Yearly_CO2_Emissions_1000_tonnes.csv")
```


Expand Down

0 comments on commit 6cd4eea

Please sign in to comment.