# NOT RUN {
de_io <- iotable_get()
CO2 <- c( 0.2379, 0.5172, 0.0456, 0.1320, 0.0127, 0.0530)
names ( CO2) <- c("agriculture_group", "industry_group","construction",
"trade_group","business_services_group","other_services_group")
CO2 <- cbind (
data.frame ( iotables_row = "CO2"),as.data.frame ( t(CO2)))
de_coeff <- input_coefficient_matrix_create ( iotable_get() )
supplementary_add ( de_io, CO2)
# }
Run the code above in your browser using DataLab