# 1) Use specified utilities (building_emissions) + homeworking
office_emissions(
specify = TRUE,
electricity_kWh = 200, heat_kWh = 100,
water_supply = 10, water_unit = "cubic metres",
WFH_num = 5, WFH_hours = 8, WFH_type = c("Office Equipment","Heating")
)
# 2) Use per-person average for 12 staff, with WFH equipment only
office_emissions(
specify = FALSE, office_num = 12,
WFH_num = 6, WFH_hours = 4, WFH_type = "Office Equipment",
units = "tonnes"
)
Run the code above in your browser using DataLab