Learn R Programming

iotables (version 0.4.5)

primary_input_get: Get primary inputs

Description

This function will retrieve any primary input from the input-output table.

Usage

primary_input_get(data_table, primary_input = "compensation_employees")

Arguments

data_table

A symmetric input-output table, a use table, or a supply table retrieved by the iotable_get function.

primary_input

The primary input to be returned from the table.

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(), output_get()

Examples

Run this code
# NOT RUN {
comp_employees_de <- primary_input_get(
  data_table = iotable_get(), 
  primary_input = "compensation_employees") 
# }

Run the code above in your browser using DataLab