Learn R Programming

iotables (version 0.4.5)

empty_remove: Symmetrically remove empty rows and columns

Description

This is an internal function to determine where to separate quadrants if necessary.

Usage

empty_remove(data_table)

Arguments

data_table

A symmetric input-output table, or a symmetric part of a use table or a supply table.

Value

A tibble/data.frame with a key row and a symmetric matrix, after removing all empty columns and rows at the same time.