Skip to content

Commit 983c72d

Browse files
committed
remove extra variable
1 parent f91d911 commit 983c72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gt.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ gt_air |>
9696
```{r}
9797
#| message: FALSE
9898
99-
data_measurements <- temp_basin <- data |>
99+
data_measurements <- data |>
100100
select(year, lake, air_temp_c, pco2_atmosphere_ppm, h2o_temp_c, ph, pco2_water_ppm) |>
101101
group_by(year, lake) |>
102102
summarise(avg_air_temp = mean(air_temp_c),

0 commit comments

Comments
 (0)