dts_disaggregate | R Documentation |
Disaggregate
dts_disaggregate(x, dtt = "DateTime", colname = dts_colnames(x))
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. |
The disaggregated data frame
dts_disaggregate(dts_aggregate(dts_data[1,], units = "years"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.