# Primary for all; landfill; waste = use
metal_emissions(
use = c(aluminium = 1.2, steel_cans = 0.4),
material_production = "Primary material production",
waste_disposal = "Landfill",
waste = TRUE,
units = "kg"
)
# Per-metal: aluminium closed-loop source, others primary; no waste; 2024 factors
metal_emissions(
use = c(`Metal: aluminium cans and foil (excl. forming)` = 0.5, mixed_cans = 0.2),
material_production = c(aluminium = "closed loop"),
waste = FALSE,
value_col = "value_2024",
units = "tonnes"
)
Run the code above in your browser using DataLab