disaggregateRows: Disaggregate multiple rows from a table.

disaggregateRowsR Documentation

Disaggregate multiple rows from a table.

Description

Disaggregate multiple rows from a table.

Usage

disaggregateRows(
  RowVectors,
  disagg_specs,
  duplicate = FALSE,
  notUniform = FALSE
)

Arguments

RowVectors

A dataframe containing the rows to disaggregate

disagg_specs

Specifications for disaggregating the current Table

duplicate

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

notUniform

A flag that indicates whether the disaggregated rows are to be disaggregated in uniform manner or not

Value

A dataframe with disaggregated rows.


USEPA/useeior documentation built on June 10, 2025, 12:53 a.m.