df_to_ts: Transform from data.frame to time series

Description Usage Arguments

View source: R/ts.R

Description

The data.frame should have one column as index and others as time series.

Usage

1
2
df_to_ts(df, .datetime = "DATETIME", output_class = "ts",
  frequency = 12L)

Arguments

.datetime

index.

output_class

zoo or ts.

frequency

4L or 12L (or NULL) for ts (zoo).


ylwpaopao/cnquant documentation built on Dec. 2, 2019, 10:39 p.m.