quadrant_separator_find: Determine the end of Quadrant I and III.

View source: R/quadrant_separator_find.R

quadrant_separator_findR 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 TRUE or excluded (FALSE, default)?

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.


rOpenGov/iotables documentation built on Jan. 26, 2024, 3:06 a.m.