Skip to contents

A string vector containing names of Flows that interface with the world outside of the economy.

Usage

interface_industries

Format

A string vector with 7 entries.

imports

The string identifier for Imports.

exports

The string identifier for Exports.

international_aviation_bunkers

The string identifier for International aviation bunkers.

international_marine_bunkers

The string identifier for International marine bunkers.

stock_changes

The string identifier for Stock changes.

Examples

interface_industries
#> $imports
#> [1] "Imports"
#> 
#> $exports
#> [1] "Exports"
#> 
#> $international_aviation_bunkers
#> [1] "International aviation bunkers"
#> 
#> $international_marine_bunkers
#> [1] "International marine bunkers"
#> 
#> $exports_to_world_aviation_bunkers
#> [1] "Exports to World aviation bunkers"
#> 
#> $exports_to_world_marine_bunkers
#> [1] "Exports to World marine bunkers"
#> 
#> $stock_changes
#> [1] "Stock changes"
#>