Skip to contents

Calculates the footprint of product availability using bilateral trade data (DTM).

Usage

calc_avail_fp_dtm(filtered_cbs, df)

Arguments

filtered_cbs

Filtered CBS data with production and import

df

Product footprint data frame

Value

A data frame with availability footprints including bilateral import footprints

Examples

if (FALSE) { # \dontrun{
avail_fp <- calc_avail_fp_dtm(filtered_cbs, product_footprints)
} # }