Skip to content

Commit

Permalink
corrected space_cooling.heat
Browse files Browse the repository at this point in the history
  • Loading branch information
hagento committed Jul 27, 2024
1 parent 7de66de commit 67b5ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calcFEbyEUEC.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ calcFEbyEUEC <- function() {
mutate(unit = "fe") %>%
toolDisaggregate(enduseShares = sharesEU,
exclude = exclude,
dataDisagg = feDisagg,
dataDisagg = feDisagg,git c
regionMapping = regmapping,
outliers = c("IND", "CHN", "ZAF")) %>%
select("region", "period", "unit", "carrier", "enduse", "value")
Expand Down

0 comments on commit 67b5ba2

Please sign in to comment.