input_flow_get | R Documentation |
Select the first quadrant of the symmetric input-output table.
input_flow_get(data_table, empty_remove = FALSE, households = TRUE)
data_table |
A symmetric input-output table or use table
retrieved by the |
empty_remove |
Defaults to |
households |
Defaults to |
The first quadrant is called the input flow matrix, or the input requirements matrix, or the inter-industry matrix in different contexts.
A data flow matrix (a symmetric use table) with a key column.
Other analytic object functions:
ghosh_inverse_create()
,
leontief_inverse_create()
,
leontief_matrix_create()
input_flow <- input_flow_get(data_table = iotable_get(),
empty_remove = FALSE,
households = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.