Extracts the column of final household expenditure from a
symmetric input-output table, a use table, or a supply table. If no
household expenditure column is detected, returns NULL.
Value
A tibble/data frame with the key column and the household
expenditure column. Returns NULL if no household column is found.
See also
Other iotables processing functions:
conforming_vector_create(),
empty_remove(),
household_column_find(),
iotable_year_get(),
key_column_create(),
matrix_round(),
output_get(),
primary_input_get(),
rows_add(),
supplementary_add(),
total_tax_add(),
vector_transpose_longer(),
vector_transpose_wider()
Examples
household_column_get(iotable_get(source = "germany_1995"))
#> iotables_row final_consumption_households
#> 1 agriculture_group 8500
#> 2 industry_group 197792
#> 3 construction 3457
#> 4 trade_group 269663
#> 5 business_services_group 214757
#> 6 other_services_group 119504
#> 7 total 813673
#> 8 imports 80187
#> 9 intermediate_consumption 1001060
#> 10 compensation_employees 0
#> 11 net_tax_production 0
#> 12 consumption_fixed_capital 0
#> 13 os_mixed_income_net 0
#> 14 gva 0
#> 15 output 1001060
#> 16 net_tax_products 107200
#> 17 employment_wage_salary 0
#> 18 employment_self_employed 0
#> 19 employment_domestic_total 0
