disaggregateRow: Disaggregate a single row from a table.

disaggregateRowR Documentation

Disaggregate a single row from a table.

Description

Disaggregate a single row from a table.

Usage

disaggregateRow(
  originalRowVector,
  disagg_specs,
  duplicate = FALSE,
  notUniform = FALSE
)

Arguments

originalRowVector

A dataframe containing the row to disaggregate

disagg_specs

Specifications for disaggregating the current Table

duplicate

A flag that indicates whether the disaggregated row is to be duplicated or not (e.g. for CPI values)

notUniform

A flag that indicates whether the disaggregated row is to be disaggregated in uniform manner or not

Value

A dataframe with the original row disaggregated.


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