powered by
This function will retrieve any primary input from the input-output table.
primary_input_get(data_table, primary_input = "compensation_employees")
A data frame with the vector of multipliers and the an auxiliary metadata column (for joining with other matrixes.)
A symmetric input-output table, a use table, or a supply table retrieved by the iotable_get function.
iotable_get
The primary input to be returned from the table.
Other iotables processing functions: conforming_vector_create(), household_column_get(), iotable_year_get(), key_column_create(), matrix_round(), output_get(), rows_add(), supplementary_add(), total_tax_add(), vector_transpose_longer(), vector_transpose_wider()
conforming_vector_create()
household_column_get()
iotable_year_get()
key_column_create()
matrix_round()
output_get()
rows_add()
supplementary_add()
total_tax_add()
vector_transpose_longer()
vector_transpose_wider()
comp_employees_de <- primary_input_get( data_table = iotable_get(), primary_input = "compensation_employees")
Run the code above in your browser using DataLab