Skip to content

Commit

Permalink
Change measure summary to mean (Typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed May 14, 2024
1 parent 7003dda commit bb05c02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ summarise_iz_to_locality <- function(data, iz_lookup) {
locality_data <- iz_data |>
group_by(indicator, year, period, area_name = hscp_locality, definition, data_source) |>
summarise(
measure = sum(measure),
measure = mean(measure),
area_type = "HSC locality",
.groups = "drop"
)
Expand Down

0 comments on commit bb05c02

Please sign in to comment.