disaggregateCols: Disaggregate multiple columns from a table.

disaggregateColsR Documentation

Disaggregate multiple columns from a table.

Description

Disaggregate multiple columns from a table.

Usage

disaggregateCols(
  ColVectors,
  disagg_specs,
  duplicate = FALSE,
  notUniform = FALSE
)

Arguments

ColVectors

A dataframe containing the columns to disaggregate

disagg_specs

Specifications for disaggregating the current Table

duplicate

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

notUniform

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

Value

A dataframe with disaggregated columns.


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