quadrant_separator_find {iotables} | R Documentation |
This is an internal function to determine where to separate quadrants if necessary.
quadrant_separator_find(data_table, include_total = FALSE)
data_table |
A symmetric input output table, a use table or a supply table. |
include_total |
Should the total (intermediary) output column be
included |
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.