Skip to contents

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.)

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>