Create a key column for matching the dimensions of matrixes.
Details
This function will likely be used with the creation of coefficients that need to be matched with a matrix that has a key column.
See also
Other iotables processing functions:
conforming_vector_create()
,
household_column_get()
,
iotable_year_get()
,
matrix_round()
,
output_get()
,
primary_input_get()
,
rows_add()
,
supplementary_add()
,
total_tax_add()
,
vector_transpose_longer()
,
vector_transpose_wider()
Examples
key_column_create ("iotables_row", c("CO2_multiplier", "CH4_multiplier"))
#> # A tibble: 2 × 1
#> iotables_row
#> <chr>
#> 1 CO2_multiplier
#> 2 CH4_multiplier