quadrant_separator_find {iotables} | R Documentation |
Determine the end of Quadrant I and III.
Description
This is an internal function to determine where to separate quadrants if necessary.
Usage
quadrant_separator_find(data_table, include_total = FALSE)
Arguments
data_table |
A symmetric input output table, a use table or a supply table. |
include_total |
Should the total (intermediary) output column be
included |
Value
An integer value with the last column of Quadrant I and III. If
the last column is not found, 2
is returned with a warning to avoid
stopping a pipeline.
[Package iotables version 0.9.3 Index]