View source: R/office_emissions.R
office_emissions | R Documentation |
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
)
specify |
logical. Whether an average should be used, or if the amount of energy used will be specified. |
office_num |
If |
WFH_num |
Number of people working from home. |
WFH_hours |
Number of hours working from home (per individual). |
WFH_type |
Whether to account for |
water_supply |
Amount of water used in the office. |
water_trt |
logical. Default |
water_unit |
Unit for |
electricity_kWh |
Electricity used in kWh. |
electricity_TD |
logical. Default |
electricity_WTT |
logical. Default |
heat_kWh |
heat and steam used in kWh. |
heat_TD |
logical. Default |
heat_WTT |
logical. Default |
Returns CO2e emissions in tonnes.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.