input_flow_get: Create an inter-industry or input flow matrix

input_flow_getR Documentation

Create an inter-industry or input flow matrix

Description

Select the first quadrant of the symmetric input-output table.

Usage

input_flow_get(data_table, empty_remove = FALSE, households = TRUE)

Arguments

data_table

A symmetric input-output table or use table retrieved by the iotable_get function.

empty_remove

Defaults to TRUE. If you want to keep empty primary input rows, choose FALSE. Empty product/industry rows are always removed to avoid division by zero error in the analytic functions.

households

Defaults to FALSE. If TRUE, the final household expenditure is added to the input flow table.

Details

The first quadrant is called the input flow matrix, or the input requirements matrix, or the inter-industry matrix in different contexts.

Value

A data flow matrix (a symmetric use table) with a key column.

See Also

Other analytic object functions: ghosh_inverse_create(), leontief_inverse_create(), leontief_matrix_create()

Examples

input_flow <- input_flow_get(data_table = iotable_get(), 
                             empty_remove = FALSE,
                             households = TRUE)


iotables documentation built on Sept. 24, 2022, 5:05 p.m.