Skip to content

Commit

Permalink
Update practice on your own question in lab
Browse files Browse the repository at this point in the history
  • Loading branch information
ehumph committed Oct 7, 2024
1 parent 19fbb0c commit 46603fa
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ ggplot(ces_sub) +
Launch Esquisse on any selection of the following datasets we have worked with before and explore!

```{r}
covid_wastewater
CO_heat_ER
CO_heat_ER_byage
CO_heat_ER_bygender
yearly_co2_emissions
nitrate
haa5
co2 <- read_csv("https://daseh.org/data/Yearly_CO2_Emissions_1000_tonnes.csv")
cc <- read_csv("https://daseh.org/data/Yearly_CC_Disasters.csv")
nitrate <- read_csv(file = "https://daseh.org/data/Nitrate_Exposure_for_WA_Public_Water_Systems_byquarter_data.csv")
```

```{r P.1response}
Expand Down

0 comments on commit 46603fa

Please sign in to comment.