Learn R Programming

iotables (version 0.4.5)

forward_linkages: Forward linkages

Description

Forward linkages as defined by the Eurostat Manual of Supply, Use and Input-Output Tables (see p506-507.)

Usage

forward_linkages(output_coefficient_matrix, digits = NULL)

Arguments

output_coefficient_matrix

An output coefficient matrix created with the output_coefficient_matrix_create function.

digits

Number of decimals for rounding, defaults to NULL.

Value

The vector of industry (product) forward linkages in a long-form data.frame, containing the metadata column of the the row names from the output_coefficient_matrix.

See Also

Other interindustrial linkage functions: backward_linkages()

Examples

Run this code
# NOT RUN {
data_table = iotable_get()

de_out <- output_coefficient_matrix_create ( 
 data_table, "tfu", digits = 4
 )

forward_linkages ( output_coefficient_matrix = de_out, 
                   digits = 4 )
# }

Run the code above in your browser using DataLab