key_column_create {iotables} | R Documentation |
Create a key columnn
Description
Create a key column for matching the dimensions of matrixes.
Usage
key_column_create(key_column_name, key_column_values = NULL)
Arguments
key_column_name |
The name of the key column. |
key_column_values |
The value(s) of the key column |
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.
Value
A tibble with one column, named key_column_name
and with values key_column_values
.
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"))
[Package iotables version 0.9.3 Index]