non_zero_columns_find {iotables} | R Documentation |
Find Non-zero Columns
Description
This is an internal function to help finding empty columns and rows in symmetric tables.
Usage
non_zero_columns_find(data_table)
Arguments
data_table |
A symmetric input output table, a use table or a supply table. |
Value
A vector of TRUE
and FALSE
values for the table.
[Package iotables version 0.9.3 Index]