Learn R Programming

iotables (version 0.9.3)

non_zero_columns_find: 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)

Value

A vector of TRUE and FALSE values for the table.

Arguments

data_table

A symmetric input output table, a use table or a supply table.