Learn R Programming

carbonpredict (version 2.0.1)

sme_scope3: Predict SME Scope 3 Emissions

Description

This function loads pre-trained emissions models to predict scope 3 carbon emissions for a given SIC code and turnover.

Usage

sme_scope3(sic_code, turnover)

Value

A data frame with predicted emissions (in tCo2e) for each scope 3 category.

Arguments

sic_code

A 2-digit UK SIC code (numeric).

turnover

Annual turnover value (numeric).

Examples

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

Run the code above in your browser using DataLab