household_column_find {iotables}R Documentation

Return the position of final household expenditure

Description

Return the position of final household expenditure

Usage

household_column_find(data_table)

Arguments

data_table

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

Value

An integer value with the final household expenditure. Returns NULL if not found.

Examples

household_column_find( iotable_get ( source = 'germany_1995') )

[Package iotables version 0.9.3 Index]