dts_disaggregate: Disaggregate

View source: R/disaggregate.R

dts_disaggregateR Documentation

Disaggregate

Description

Disaggregate

Usage

dts_disaggregate(x, dtt = "DateTime", colname = dts_colnames(x))

Arguments

x

A dts data frame

dtt

A string specifying the column with the Date or POSIXct values.

colname

A character vector specifying the column(s) with the other values.

Value

The disaggregated data frame

Examples

dts_disaggregate(dts_aggregate(dts_data[1,], units = "years"))

poissonconsulting/dts documentation built on March 10, 2024, 6:21 a.m.