calculate_baseline_emissions.RdImplements Equation (2) of AMS-I.B by multiplying the baseline energy content by the applicable fossil fuel emission factor.
calculate_baseline_emissions(
energy_data,
energy_col = "baseline_energy_mj",
emission_factor,
output_col = "baseline_emissions_tco2e"
)A tibble, typically the output of calculate_baseline_energy_content().
Name of the column containing baseline energy in MJ.
Baseline emission factor in tCO2e/MJ. Supply either a single value applied to all rows or a vector matching the number of rows.
Name of the resulting column containing baseline emissions in tCO2e.
A tibble with baseline emissions in tCO2e.