rows_to_add <- data.frame(
iotables_row = "CO2_emission",
agriculture_group = 10448,
industry_group = 558327, # construction is omitted
trade_group = 11194
)
rows_add(iotable_get(), rows_to_add = rows_to_add)
rows_add(iotable_get(),
rows_to_add = c(
industry_group = 1534,
trade_group = 4
),
row_names = "CH4_emission"
)
Run the code above in your browser using DataLab