# German SIOT includes a household final consumption column
household_column_find(iotable_get(source = "germany_1995"))
# Custom example
df <- data.frame(
sector = c("A", "B"),
households = c(100, 200)
)
household_column_find(df)
Run the code above in your browser using DataLab