ConvertTS2DF: ConvertTS2DF

View source: R/ConvertTS2DF.R

ConvertTS2DFR Documentation

ConvertTS2DF

Description

Converts a R time series to an R data.frame

Usage

ConvertTS2DF(TSobject, Resolution = "Monthly", TimeZone = "UCT")

Arguments

TSobject

Object of ts

Resolution

Monthly or Quaterly

TimeZone

See strptime. A empty string "" represents the current time zone

Value

Dataframe with Time and Data columns

Author(s)

Michael Thrun

Examples

data("AirPassengers")
ConvertTS2DF(AirPassengers)

Mthrun/TimeSeries documentation built on Feb. 6, 2024, 9:23 a.m.