cm <- input_coefficient_matrix_create(
iotable_get(source = "germany_1995"),
digits = 4
)
head(cm)
# Equivalent direct call:
cm2 <- coefficient_matrix_create(
iotable_get(source = "germany_1995"),
total = "output",
return_part = "products",
digits = 4
)
Run the code above in your browser using DataLab