powered by
Office emissions
office_emissions( specify = FALSE, office_num = 1, WFH_num = 0, WFH_hours = 0, WFH_type = c("Office Equipment", "Heating"), water_supply = 0, water_trt = TRUE, water_unit = c("cubic metres", "million litres"), electricity_kWh = 0, electricity_TD = TRUE, electricity_WTT = TRUE, heat_kWh = 0, heat_TD = TRUE, heat_WTT = TRUE )
Returns CO2e emissions in tonnes.
logical. Whether an average should be used, or if the amount of energy used will be specified.
If specify = FALSE, the number of individuals in the office.
specify = FALSE
Number of people working from home.
Number of hours working from home (per individual).
Whether to account for "Office Equipment" and/or "Heating". Default is both.
"Office Equipment"
"Heating"
Amount of water used in the office.
logical. Default TRUE. Whether to include emissions associated with water treatment for used water.
TRUE
Unit for water_supply variable. Options are "cubic metres" or "million litres".
water_supply
"cubic metres"
"million litres"
Electricity used in kWh.
logical. Default TRUE. Whether to include emissions associated with grid losses.
logical. Default TRUE. Whether to include emissions associated with extracting, refining, and transporting fuels.
heat and steam used in kWh.
Descriptions from 2022 UK Government Report: https://www.gov.uk/government/publications/greenhouse-gas-reporting-conversion-factors-2022
# specify emissions in an office office_emissions(specify = TRUE, electricity_kWh = 200, heat_kWh = 100, water_supply = 100, water_trt = FALSE)
Run the code above in your browser using DataLab