Learn R Programming

iotables (version 0.9.4)

household_column_get: Return Final Household Expenditure

Description

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.

Usage

household_column_get(data_table)

Value

A tibble/data frame with the key column and the household expenditure column. Returns NULL if no household column is found.

Arguments

data_table

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

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

Run this code
household_column_get(iotable_get(source = "germany_1995"))

Run the code above in your browser using DataLab