Skip to contents

This function computes total carbon emissions by aggregating transportation, pet, housing (per capita), food, and consumption-based emissions.

This function computes total carbon emissions by aggregating transportation, pet, housing (per capita), food, and consumption-based emissions.

Usage

calc_total_emissions_process(df)

calc_total_emissions_process(df)

Arguments

df

A data frame containing emissions data from various components.

Value

A data frame with a new column TotalEmissions representing total emissions and additional process calculation results.

A data frame with a new column TotalEmissions representing total emissions and additional process calculation results.