Skip to contents

Return Final Household Expenditure

Usage

household_column_get(data_table)

Arguments

data_table

A symmetric input output table, a use table or a supply table.

Value

The column containing final household expenditure. If not found NULL is returned.

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