disaggregateCol: Disaggregate a single column from a table.

disaggregateColR Documentation

Disaggregate a single column from a table.

Description

Disaggregate a single column from a table.

Usage

disaggregateCol(
  originalColVector,
  disagg_specs,
  duplicate = FALSE,
  notUniform = FALSE
)

Arguments

originalColVector

A dataframe containing the column 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 the original column disaggregated.


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