Calls the Scope 1 and Scope 2 emissions prediction functions and returns their results as a list and plots a donut chart

sme_emissions_profile(sic_code, turnover, company_name = NULL)

Arguments

sic_code

A 2-digit UK SIC code (numeric).

turnover

Annual turnover value (numeric).

company_name

Optional company name for labeling plots (character string).

Value

A list with two elements: scope1 and scope2, each containing the predicted emissions data frame (in tCo2e), as well as a donut chart.

Examples

sme_emissions_profile(sic_code = 85, turnover = 12000000, company_name = "ABC")

#> $scope1
#>   SIC_2_2007 lbg_turnover predicted_emissions
#> 1         85      1.2e+07             376.646
#> 
#> $scope2
#>   SIC_2_2007 lbg_turnover predicted_emissions
#> 1         85      1.2e+07             234.891
#>