Learn R Programming

carbonpredict (version 2.0.1)

sme_scope1: Predict SME Scope 1 Emissions

Description

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

Usage

sme_scope1(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_scope1(sic_code = 85, turnover = 12000000)

Run the code above in your browser using DataLab