assembleTable: Assemble Table from the various disaggregated components.

assembleTableR Documentation

Assemble Table from the various disaggregated components.

Description

Assemble Table from the various disaggregated components.

Usage

assembleTable(
  originalTable,
  disagg,
  disaggCols,
  disaggRows,
  disaggIntersection
)

Arguments

originalTable

Dataframe. The original table before disaggregation

disagg

Specifications for disaggregating the current Table

disaggCols

Dataframe. Previously disaggregated columns of the table.

disaggRows

Dataframe. Previously disaggregated rows of the table.

disaggIntersection

Dataframe. Previously disaggregated intersection of the table.

Value

The Disaggregated table as a dataframe with the disaggregated rows, columns, and intersection included


USEPA/useeior documentation built on April 12, 2024, 1:36 p.m.