# Example using the built-in demo table
test_table <- input_coefficient_matrix_create(
iotable_get(source = "germany_1995")
)
# Set one column to zero, then remove it
test_table[, 2] <- 0
empty_remove(test_table)
Run the code above in your browser using DataLab