Skip to contents

Traces impacts through processing chains using processing shares and conversion coefficients.

Usage

Calc_impact_processed(df, processing_shares)

Arguments

df

Product footprint data frame

processing_shares

Processing shares table

Value

A data frame with processed product footprints

Examples

if (FALSE) { # \dontrun{
processed_fp <- Calc_impact_processed(primary_footprints, processing_shares)
} # }