sme_emissions_profile.Rd
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)
A list with two elements: scope1
and scope2
, each containing the predicted emissions data frame (in tCo2e), as well as a donut chart.
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
#>