Skip to content

Commit

Permalink
no visible binding global var year
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Jan 28, 2025
1 parent 7501376 commit 239ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/compare_interval_types.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ mean_obs <- function(data) {
data %>%
mutate(x = mean(.data$obs), .by = .data$cellCode) %>%
summarise(diversity_val = mean(.data$x), .by = year) %>%
summarise(diversity_val = mean(.data$x), .by = .data$year) %>%
as.data.frame()
}
```
Expand Down

0 comments on commit 239ad7d

Please sign in to comment.