# Primary production + landfill; waste = use
electrical_emissions(
use = c(fridges = 1, freezers = 0.5, large_electrical = 0.2),
waste_disposal = "Landfill",
waste = TRUE,
units = "kg"
)
# 2024 factors, no waste, report in tonnes
electrical_emissions(
use = c(it = 0.01, liion_batteries = 0.002),
value_col = "value_2024",
waste = FALSE,
units = "tonnes"
)
Run the code above in your browser using DataLab