Learn R Programming

carbonpredict (version 2.0.1)

sme_scope2: Predict SME Scope 2 Emissions

Description

This function loads a pre-trained emission model to predict scope 2 carbon emissions for a given SIC code and turnover.

Usage

sme_scope2(sic_code, turnover)

Value

A data frame with predicted emissions (in tCo2e).

Arguments

sic_code

A 2-digit UK SIC code (numeric).

turnover

Annual turnover value (numeric).

Examples

Run this code
sme_scope2(sic_code = 85, turnover = 12000000)

Run the code above in your browser using DataLab