Learn R Programming

iotables (version 0.4.5)

output_get: Get an output vector

Description

This is a wrapper function around the primary_input_get function.

Usage

output_get(data_table)

Arguments

data_table

A symmetric input-output table or use table retrieved by the iotable_get function.

Value

A data frame with the vector of multipliers and the an auxiliary metadata column (for joining with other matrixes.)

See Also

Other iotables processing functions: conforming_vector_create(), household_column_get(), primary_input_get()

Examples

Run this code
# NOT RUN {
output_get ( data_table = iotable_get () )
# }

Run the code above in your browser using DataLab