dt_2_ts_table: Convert data.table to a time series table

Description Usage Arguments Author(s) See Also

View source: R/dt_2_ts_table.R

Description

This function extract one particular item over time from a data.table that contains multiple items over time. It uses the data.table key to identify relevant columns.

Usage

1
  dt_2_ts_table(dt, ..., tindex = "time")

Arguments

dt

a data.table created by calc_shares.

...

varying arguments needed to index over.

tindex

name of the time index column.

Author(s)

Matthias Bannert

See Also

calc_shares


mbannert/gateveys2 documentation built on May 21, 2019, 2:23 p.m.