This is a wrapper function around the primary_input_get
function.
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()
,
iotable_year_get()
,
key_column_create()
,
matrix_round()
,
primary_input_get()
,
rows_add()
,
supplementary_add()
,
total_tax_add()
,
vector_transpose_longer()
,
vector_transpose_wider()
Examples
output_get ( data_table = iotable_get () )
#> # A tibble: 1 × 7
#> iotables_row agriculture_group industry_group construction trade_group
#> <chr> <int> <int> <int> <int>
#> 1 output 43910 1079446 245606 540063
#> # … with 2 more variables: business_services_group <int>,
#> # other_services_group <int>